university-final-iot-backend/app/devices/blueprint.py

4 lines
73 B
Python

from flask import Blueprint
devices_bp = Blueprint('devices', __name__)