1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/buildozer/version
lufebe16 1753f63034 android build scripts:
- bug fix
- refactoring
2024-03-05 13:22:14 +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)