7 lines
129 B
Python
7 lines
129 B
Python
"""PyInstaller entry point for the Thüringen edition."""
|
|
|
|
from synadm_tui_thueringen.cli import main
|
|
|
|
|
|
raise SystemExit(main())
|