add observation class for importing observations

This commit is contained in:
Arno Kaimbacher 2022-02-23 16:46:47 +01:00
parent 1dafc5824c
commit 7dd739b04e
5 changed files with 75 additions and 28 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__)))