1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/buildozer/version.py
2022-11-18 18:07:25 +01:00

8 lines
229 B
Python
Executable file

#!/usr/bin/env python3
# ---------------------------------------------------------------------------
import sys
sys.path.insert(0, str(".."))
from pysollib.settings import VERSION # noqa: E402,I202
print("VERSION =", VERSION)