4 lines
62 B
Python
4 lines
62 B
Python
|
from flask import Blueprint
|
||
|
|
||
|
api = Blueprint("api", __name__)
|