Files
lrx-cli/main.py
T
2026-03-31 22:46:55 +02:00

5 lines
66 B
Python

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