from ..Control import Control class Django(Control): def __init__(self): pass def start(self): #TODO: run manage.py pass