__main__.py 109 B

123456
  1. from __future__ import annotations
  2. from .cli import cli_detect
  3. if __name__ == "__main__":
  4. cli_detect()