mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
8 lines
229 B
Python
Executable file
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)
|