forked from mirrors/thatmattlove-hyperglass
6 lines
106 B
Python
6 lines
106 B
Python
"""hyperglass global state management."""
|
|
|
|
# Local
|
|
from .redis import use_state
|
|
|
|
__all__ = ("use_state",)
|