osnova-api-alert/redis_db/__init__.py

8 lines
106 B
Python

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