Files
2026-03-09 16:10:29 +08:00

5 lines
87 B
Python

try:
from ._scm_version import version
except ImportError:
version = "unknown"