mirror of
https://github.com/MarkParker5/STARK.git
synced 2024-11-24 08:12:13 +02:00
14 lines
272 B
Python
14 lines
272 B
Python
#!/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()
|
|
#Controls.VoiceAssistant().start()
|