5 lines
82 B
Python
5 lines
82 B
Python
import sys
|
|
sys.path.insert(0,'/opt/flaskapp')
|
|
|
|
from app import app as application
|