mirror of
https://github.com/PotentiaRobotics/engine-software.git
synced 2025-04-16 02:00:16 -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() |