7 lines
133 B
Python
7 lines
133 B
Python
"""Executable entry point for the single-file GovOPlaN deployer."""
|
|
|
|
from govoplan_deploy.cli import main
|
|
|
|
|
|
raise SystemExit(main())
|