zcash-grant-system/backend/app.py

6 lines
115 B
Python
Executable File

# -*- coding: utf-8 -*-
"""Create an application instance."""
from grant.app import create_app
app = create_app()