mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Read import in base.__init__
This commit is contained in:
parent
bc8967529d
commit
056d279b65
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
from phase import Phase
|
from phase import Phase
|
||||||
from task import Task
|
from task import Task
|
||||||
|
from main import main
|
||||||
|
|
||||||
__all__ = ['Phase', 'Task', 'main']
|
__all__ = ['Phase', 'Task', 'main']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue