sonthaiha's picture
Deploy Agentic RPA System v1
2e91995 verified
raw
history blame contribute delete
135 Bytes
import sys
import os
# Ensure src is in path
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from src.server import app