Files
2026-07-06 07:56:56 -04:00

5 lines
59 B
Python

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