Files
arioch-assistant/main.py
2026-04-07 22:06:36 +02:00

5 lines
68 B
Python

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