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

remove useless inheritance from command

bugfix
This commit is contained in:
MarkParker5
2021-11-28 20:01:53 +02:00
parent 89b60734ed
commit 9fc9105a2d
11 changed files with 145 additions and 27 deletions

View File

@ -1,6 +1,10 @@
from ..Control import Control
class Django(Control):
def __init__(self):
pass
def start(self):
#TODO: run manage.py
pass