Create Thüringen branding edition on shared core

This commit is contained in:
pan
2026-07-05 22:38:59 +02:00
commit ff53f88f35
19 changed files with 359 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"""PyInstaller entry point for the Thüringen edition."""
from synadm_tui_thueringen.cli import main
raise SystemExit(main())