1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
This commit is contained in:
lufebe16 2022-11-18 18:07:25 +01:00
parent 86bf23c1fa
commit db3180abba

View file

@ -4,5 +4,5 @@
import sys
sys.path.insert(0, str(".."))
from pysollib.settings import VERSION
print ("VERSION =",VERSION)
from pysollib.settings import VERSION # noqa: E402,I202
print("VERSION =", VERSION)