engine-software/control_systems/Control System/main.py
2022-05-28 14:28:46 -04:00

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()