1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-06-27 22:28:33 +02:00
Files
STARK/start.py
2021-08-22 17:24:30 +03:00

13 lines
237 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()