add observation class for importing observations
This commit is contained in:
parent
1dafc5824c
commit
7dd739b04e
5 changed files with 75 additions and 28 deletions
|
@ -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__)))
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue