from bajr import create_app application = create_app()
def test_app(): app = create_app() assert app is not None