feat(apim-apps): first commit

This commit is contained in:
2026-06-29 14:22:37 +02:00
commit 7738a51d16
28 changed files with 1973 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env python3
from apim_apps.cli import main
if __name__ == "__main__":
main()