You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-02 22:36:54 +02:00
updated namespace with imports for new layout
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
class DJango(Control):
|
||||
from ..Control import Control
|
||||
|
||||
class Django(Control):
|
||||
def start(self):
|
||||
# run manage.py
|
||||
pass
|
||||
|
Reference in New Issue
Block a user