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

8 lines
103 B
Python

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