1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-02 22:36:54 +02:00
Files
STARK/start.py

13 lines
237 B
Python
Raw Normal View History

2021-08-21 02:09:37 +03:00
#!/usr/local/bin/python3.8
# entry point
import Controls
import Features
2021-08-21 02:09:37 +03:00
# TODO:
# import subprocess
# start oll controls in own thread or subprocess:
# voice assistant, telegram bot, django(api and ui)
Controls.TelegramBot().start()