Files

7 lines
109 B
Python
Raw Permalink Normal View History

2025-11-18 03:36:49 +08:00
from __future__ import annotations
from .cli import cli_detect
if __name__ == "__main__":
cli_detect()