3 lines
100 B
Python
3 lines
100 B
Python
from flask import Blueprint
|
|
|
|
api_library = Blueprint("api_library", __name__, url_prefix="/library") |