You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-06-27 22:28:33 +02:00
7 lines
112 B
Python
7 lines
112 B
Python
from ..Control import Control
|
|
|
|
class Django(Control):
|
|
def start(self):
|
|
# run manage.py
|
|
pass
|