Files
lrx-cli/main.py
T
2026-03-25 05:58:37 +01:00

5 lines
67 B
Python

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