Files

7 lines
109 B
Python
Raw Permalink Normal View History

2025-09-07 22:09:54 +02:00
from __future__ import annotations
from .cli import cli_detect
if __name__ == "__main__":
cli_detect()