Files
govoplan/tools/deployment/__main__.py
Albrecht Degering 82e836b720
Some checks failed
Dependency Audit / dependency-audit (push) Has been cancelled
Deployment Installer / deployment-installer (push) Has been cancelled
Security Audit / security-audit (push) Has been cancelled
feat(deploy): add declarative installation workflow
2026-07-30 15:36:37 +02:00

7 lines
133 B
Python

"""Executable entry point for the single-file GovOPlaN deployer."""
from govoplan_deploy.cli import main
raise SystemExit(main())