nopaque/app/blueprints/jobs/inputs/__init__.py

8 lines
88 B
Python
Raw Normal View History

2024-12-12 14:32:56 +00:00
from flask import Blueprint
bp = Blueprint('inputs', __name__)
2024-12-12 14:26:01 +00:00
from . import routes