Spaces:
Sleeping
Sleeping
File size: 200 Bytes
89b8989 |
1 2 3 4 5 6 7 8 |
import os
import sys
from pathlib import Path
# Add the backend directory to the Python path
sys.path.insert(0, str(Path(__file__).parent / "backend"))
sys.path.insert(0, str(Path(__file__).parent))
|