6 lines
104 B
Python
6 lines
104 B
Python
import sys
|
|
sys.path.insert(0, "/app")
|
|
sys.path.insert(0, "/app/agents/core-logic")
|
|
|
|
from app import app
|