__main__.py 73 B

1234
  1. from .cli import cli_detect
  2. if __name__ == "__main__":
  3. cli_detect()