mirror of
https://github.com/PotentiaRobotics/control-system.git
synced 2025-04-09 22:50:17 -04:00
8 lines
142 B
Python
8 lines
142 B
Python
import sys
|
|
from bootup import *
|
|
|
|
def main():
|
|
startBoot() # when Olympian is booted up for first time
|
|
|
|
if __name__ == "__main__":
|
|
main() |