dashboard/cliapp/__init__.py

4 lines
62 B
Python
Raw Normal View History

2022-04-13 10:27:17 +02:00
from flask import Blueprint
cli = Blueprint("cli", __name__)