mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
9 lines
155 B
Python
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 |