zcash-grant-system/backend/app.py

6 lines
115 B
Python
Raw Normal View History

2018-09-10 09:55:26 -07:00
# -*- coding: utf-8 -*-
"""Create an application instance."""
from grant.app import create_app
app = create_app()