Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cfg-checker
/
dfee518ba74581288af42f19c48f8defc0daf45a
/
.
/
cfg_checker
/
cli
/
packages.py
blob: b1319a1bc082817159f1118d1bb0f65fe5846339 [
file
] [
log
] [
blame
]
from
.
command
import
cli_command
def
entrypoint
():
cli_command
(
"# Mirantis Cloud Package checker"
,
'packages'
)
if
__name__
==
'__main__'
:
entrypoint
()