Initialize standalone ani-cli-web

This commit is contained in:
Dymas
2026-05-11 11:53:51 +02:00
commit ec6efac9e1
6 changed files with 1416 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
cd "$(dirname "$0")" || exit 1
exec python3 app.py "$@"