1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-12 22:50:22 +02:00

updated namespace with imports for new layout

This commit is contained in:
MarkParker5
2021-08-22 17:24:30 +03:00
parent 9a08765f70
commit 4ebb687d34
27 changed files with 61 additions and 75 deletions

View File

@ -1,7 +1,12 @@
#!/usr/local/bin/python3.8
# entry point
import Controls
import Features
# TODO:
# import subprocess
# start oll controls in own thread or subprocess:
# voice assistant, telegram bot, django(api and ui)
Controls.TelegramBot().start()