import os
import sys

from tradewise.wsgi import application


application = application
sys.path.insert(0, os.path.dirname(__file__))
