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

6 lines
227 B
Python

"""Compat module for reflex 0.6.5 -> 0.6.6."""
from reflex_cli.utils import dependency as dependency
from reflex_cli.utils import hosting as hosting
# Do not add more stuff to this module, put it in reflex_cli.utils instead.