1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00
STARK/start.py
2021-08-31 23:09:39 +03:00

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()