You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-06-27 22:28:33 +02:00
13 lines
237 B
Python
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()
|