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
lufebe16 86bf23c1fa Build support for android reworked:
- New build support for android is based on buildozer.
- Support files and instructions see directory 'buildozer'
2022-11-18 16:05:09 +01:00

8 lines
210 B
Python
Executable file

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