2025-06-07 20:06:19 +02:00

5 lines
107 B
Python

if __name__ == "__main__":
from .cli import execute_from_command_line
execute_from_command_line()