Spaces:
Runtime error
Runtime error
File size: 158 Bytes
557fb53 |
1 2 3 4 5 6 7 8 |
import sys
import os
# Add parent directory to Python path
def set_path():
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|