nopaque/app/blueprints/jobs/inputs/__init__.py
2024-12-12 15:32:56 +01:00

8 lines
88 B
Python

from flask import Blueprint
bp = Blueprint('inputs', __name__)
from . import routes