feat(deploy): add declarative installation workflow
This commit is contained in:
6
tools/deployment/__main__.py
Normal file
6
tools/deployment/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Executable entry point for the single-file GovOPlaN deployer."""
|
||||
|
||||
from govoplan_deploy.cli import main
|
||||
|
||||
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user