Files
dataset-uploader/scripts/__init__.py

8 lines
75 B
Python

"""
So that scripts can be imported
"""
import sys
sys.path.append("..")