lookingglass/hyperglass/state/__init__.py
2021-09-15 00:57:45 -07:00

6 lines
106 B
Python

"""hyperglass global state management."""
# Local
from .redis import use_state
__all__ = ("use_state",)