__init__.py 86 B

12345
  1. from flask import Blueprint
  2. main = Blueprint('main', __name__)
  3. from . import routes