rayhane123's picture
Upload 10 files
6c95da8 verified
raw
history blame contribute delete
218 Bytes
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