__init__.py 99 B

12345
  1. from flask import Blueprint
  2. bp = Blueprint('system', __name__)
  3. from app.api.system import routes