2022-06-24 17:14:37 +02:00

5 lines
107 B
Python

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