osnova-api-alert/reddis/__init__.py

7 lines
88 B
Python
Raw Normal View History

2024-10-08 16:10:34 +00:00
from .crud import get_value, set_value
__all__ = [
"get_value",
"set_value",
]