mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2024-11-23 06:46:34 +03:00
5 lines
90 B
Python
5 lines
90 B
Python
"""Redis API."""
|
|
from med_backend.web.api.redis.views import router
|
|
|
|
__all__ = ["router"]
|