File size: 142 Bytes
17d2f7c | 1 2 3 4 5 6 | import sys
import os
# Add the project root to PYTHONPATH
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
17d2f7c | 1 2 3 4 5 6 | import sys
import os
# Add the project root to PYTHONPATH
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|