9 lines
220 B
Python
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
|