4 lines
73 B
Python
4 lines
73 B
Python
|
from flask import Blueprint
|
||
|
|
||
|
devices_bp = Blueprint('devices', __name__)
|