2025-03-13 17:55:37 +01:00

6 lines
62 B
Python

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