dashboard/cliapp/__init__.py
2022-04-13 10:27:17 +02:00

3 lines
62 B
Python

from flask import Blueprint
cli = Blueprint("cli", __name__)