mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
prettier module defs
This commit is contained in:
parent
6230684c62
commit
2a3b450e3f
3 changed files with 4 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
if __name__ == '__main__' and __package__ is None:
|
if __name__ == '__main__' and __package__ is None:
|
||||||
from common import main
|
from common import main
|
||||||
main.main()
|
main()
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
__all__ = ['BootstrapInformation', 'Manifest', 'Task', 'TaskList', 'main']
|
||||||
from bootstrapinfo import BootstrapInformation
|
from bootstrapinfo import BootstrapInformation
|
||||||
from manifest import Manifest
|
from manifest import Manifest
|
||||||
from task import Task
|
from task import Task
|
||||||
from tasklist import TaskList
|
from tasklist import TaskList
|
||||||
from plugin import Plugin
|
from main import main
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
__all__ = ['packages', 'ec2', 'host']
|
Loading…
Add table
Reference in a new issue