Files
dataset-uploader/scripts/__init__.py
T

6 lines
73 B
Python

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