mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-10 22:14:33 +02:00
7 lines
159 B
Python
Executable file
7 lines
159 B
Python
Executable file
#!/usr/bin/env python3
|
|
# SPDX-FileCopyrightText: PhiBo DinoTools (2021)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
from routeros_check.cli import cli
|
|
|
|
cli()
|