video-stream/cache/__init__.py

4 lines
78 B
Python
Raw Normal View History

2021-10-25 08:22:45 +00:00
from cache.admins import admins, get, set
__all__ = ["admins", "get", "set"]