control-system/Control System/main.py
2022-01-23 21:46:29 +00:00

8 lines
141 B
Python

import sys
from bootup import *
def main():
startBoot() # when Olympian is booted up for first time
if __name__ == "__main__":
main()