a
This commit is contained in:
parent
a2605ba3d2
commit
81d7e796b2
5 changed files with 115 additions and 16 deletions
|
|
@ -4,17 +4,21 @@ from app.scheduler import scheduler
|
|||
from app.host import host
|
||||
from app.image import image
|
||||
from app.file import file_scan
|
||||
from app.ceph import ceph
|
||||
|
||||
|
||||
@click.group()
|
||||
def entry_point():
|
||||
pass
|
||||
|
||||
|
||||
entry_point.add_command(api)
|
||||
entry_point.add_command(scheduler)
|
||||
entry_point.add_command(host)
|
||||
entry_point.add_command(image)
|
||||
entry_point.add_command(file_scan)
|
||||
entry_point.add_command(ceph)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
entry_point()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue