Example #1
0
from bajr import create_app

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