25ef50a
1
2
3
4
5
6
from flask import Blueprint blueprint = Blueprint('quantity_module', __name__, template_folder='templates', static_folder='static', static_url_path='/quantity_module') from . import quantity