Spaces:
Paused
Paused
File size: 193 Bytes
7d267a5 | 1 2 3 4 5 6 7 8 9 | """GovOn — Agentic CLI Shell for Korean Public Sector."""
try:
from importlib.metadata import version
__version__ = version("govon")
except Exception:
__version__ = "0.0.0-dev"
|