dashboard/backend/cliapp/__init__.py

4 lines
62 B
Python

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