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

move singleton to parent class Control

add MyTeleBot
add libs.txt
This commit is contained in:
MarkParker5
2021-10-17 23:52:57 +03:00
parent 04f38b1ed3
commit 22a440379d
8 changed files with 65 additions and 25 deletions

View File

@ -2,5 +2,5 @@ from ..Control import Control
class Django(Control):
def start(self):
# run manage.py
#TODO: run manage.py
pass