Spaces:
Paused
Paused
File size: 135 Bytes
2e91995 |
1 2 3 4 5 6 7 8 9 |
import sys
import os
# Ensure src is in path
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from src.server import app
|