Initial commit

This commit is contained in:
2026-03-29 15:04:15 -04:00
parent e67c991697
commit b69d1a4408
31 changed files with 2520 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from movietagger.app import main
if __name__ == '__main__':
raise SystemExit(main())