eptm_dashboard/.venv/lib/python3.12/site-packages/reflex_cli/cli.py

9 lines
220 B
Python

"""Disabled V1 CLI for the hosting service."""
from __future__ import annotations
from reflex_cli.utils import disabled_v1_hosting
login = disabled_v1_hosting
logout = disabled_v1_hosting
deploy = disabled_v1_hosting