File size: 109 Bytes
b03e641 |
1 2 3 4 5 6 7 |
from __future__ import annotations
from .cli import cli_detect
if __name__ == "__main__":
cli_detect()
|
b03e641 |
1 2 3 4 5 6 7 |
from __future__ import annotations
from .cli import cli_detect
if __name__ == "__main__":
cli_detect()
|