2017-12-15 16:05:25 +01:00
|
|
|
import sys,os,os.path
|
|
|
|
sys.path.insert(0, os.path.dirname(__file__))
|
2018-03-31 12:21:52 +02:00
|
|
|
os.environ["DASH_CONFIG"] = os.path.join(os.path.realpath(__file__), "config")
|
2017-12-15 16:05:25 +01:00
|
|
|
from server import app as application
|