File size: 218 Bytes
6c95da8
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import sys
import os

# Add the "translation" folder to Python's path
sys.path.append(os.path.join(os.path.dirname(__file__), "translation"))

# Import FastAPI app from main.py
from translation.main import app