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