control-system/Control System/main.py
2022-01-30 17:14:57 -05: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()