You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-07 22:42:23 +02:00
11 lines
164 B
Python
11 lines
164 B
Python
from ..Control import Control
|
|
|
|
class Django(Control):
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
def start(self):
|
|
#TODO: run manage.py
|
|
pass
|