2024-12-01 23:24:10 +00:00

5 lines
73 B
Python

from .cli import cli_detect
if __name__ == "__main__":
cli_detect()