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