__init__.py 86 B

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