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