5 lines
73 B
Python
Raw Normal View History

2024-06-30 18:30:38 -07:00
from .cli import cli_detect
2024-06-30 18:30:12 -07:00
2024-06-30 18:30:38 -07:00
if __name__ == "__main__":
cli_detect()