| 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 | |
| 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 | |