示例#1
0
文件: wsgi.py 项目: mmessmore/bajr
from bajr import create_app

application = create_app()
示例#2
0
def test_app():
    app = create_app()
    assert app is not None