cloak/wsgi.py

7 lines
89 B
Python
Executable File

import os
os.chdir(os.path.dirname(__file__))
import x
application = x.b.default_app()