first commit

This commit is contained in:
2026-05-15 09:28:11 +02:00
commit ae25aae9ce
101 changed files with 62448 additions and 0 deletions

6
gads.py Normal file
View File

@@ -0,0 +1,6 @@
from src.gads_v2.cli import main
if __name__ == "__main__":
main()