Files

7 lines
109 B
Python
Raw Permalink Normal View History

2025-10-22 19:05:25 +02:00
from __future__ import annotations
from .cli import cli_detect
if __name__ == "__main__":
cli_detect()