osnova-api-alert/redis_db/__init__.py

7 lines
88 B
Python

from .crud import get_value, set_value
__all__ = [
"get_value",
"set_value",
]