9 lines
155 B
Python

import sys
# app's path
sys.path.insert(0,'E:/github/ShadowEditor/ShadowEditor.AI')
from index import app
# Initialize WSGI app object
application = app