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