__init__.py 148 B

12345
  1. from flask import Blueprint
  2. #base = Blueprint('base', __name__, url_prefix='/base')
  3. base = Blueprint('base', __name__)
  4. from ..routes import *