blob: 08f03be59c5717322dc2248118e0bea880f37cea [file] [log] [blame]
Ariv Diggi0af59c02023-10-07 13:15:39 -07001namespace y2023_bot3;
2
3table RobotConstants {
4}
5
6table Constants {
7 robot:RobotConstants (id: 0);
8}
9
10root_type Constants;