File size: 144 Bytes
124b5b5 |
1 2 3 4 5 6 |
import sys
import os
# Add the parent directory to sys.path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
124b5b5 |
1 2 3 4 5 6 |
import sys
import os
# Add the parent directory to sys.path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|