Add gitignor

This commit is contained in:
2026-04-07 22:06:36 +02:00
parent 49802d89d5
commit 5703cf5871
98 changed files with 5329 additions and 72 deletions

4
main.py Normal file
View File

@@ -0,0 +1,4 @@
from assistant.cli import run
if __name__ == "__main__":
run()