diff --git a/tools/_init_path.py b/tools/_init_path.py new file mode 100644 index 0000000..9fc2af4 --- /dev/null +++ b/tools/_init_path.py @@ -0,0 +1,2 @@ +import sys +sys.path.insert(0, '../') \ No newline at end of file