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