Facilitated the execution of start_engine()

This commit is contained in:
Batuhan Berk Başoğlu 2020-12-03 11:30:49 -05:00
parent d02b6d3839
commit 5ffbdd4a80
4 changed files with 43101 additions and 43100 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -37,4 +37,5 @@ def start():
if __name__ == "__main__": if __name__ == "__main__":
DBHelper.set_power("on")
start() start()