- additional module for Gschliefghraben
This commit is contained in:
parent
54b210c07d
commit
c62eb2cdb0
8 changed files with 243 additions and 1 deletions
2
db/__init__.py
Normal file
2
db/__init__.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
# For relative imports to work in Python 3.6
|
||||
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue