__init__.py 90 B

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