flask-gogs-maker/wsgi.py

6 lines
123 B
Python
Raw Normal View History

2018-03-03 00:47:28 +01:00
import sys
import os
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from gogsmaker import app as application