File size: 134 Bytes
193db9d |
1 2 3 4 5 6 |
import os
import sys
# Add the src directory to the PYTHONPATH
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../src"))
|
193db9d |
1 2 3 4 5 6 |
import os
import sys
# Add the src directory to the PYTHONPATH
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../src"))
|