video-stream/cache/__init__.py

6 lines
120 B
Python
Raw Normal View History

2021-09-13 23:09:26 +00:00
# Copyright (C) 2021 By VeezMusicProject
2021-09-09 01:18:24 +00:00
from cache.admins import admins, get, set
__all__ = ["admins", "get", "set"]