Rearrange files (#605)

This commit is contained in:
2023-10-24 22:13:09 -06:00
committed by GitHub
parent 5b9b12a223
commit f7eb8b9a38
25 changed files with 44 additions and 44 deletions
+5 -5
View File
@@ -16,12 +16,12 @@
import click
from app.command_types import CommandOptions
from app import setup_repositories
from app import build_containers
from app import build_npms
from app import deploy
from app.repos import setup_repositories
from app.build import build_containers
from app.build import build_npms
from app.deploy import deploy
from app import version
from app import deployment
from app.deploy import deployment
from app import update
CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])