- Ausbesserungen Gschliefgraben Glasfaser

This commit is contained in:
Arno Kaimbacher 2022-03-07 15:37:28 +01:00
commit 675dd2f641
8 changed files with 335 additions and 57 deletions

View file

@ -1,2 +1,4 @@
# For relative imports to work in Python 3.6
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
''' For relative imports to work in Python 3.6 '''
import os
import sys
sys.path.append(os.path.dirname(os.path.realpath(__file__)))