video-stream/storage/__init__.py

6 lines
120 B
Python
Raw Normal View History

2021-10-11 03:16:54 +00:00
# Copyright (C) 2021 By VeezMusicProject
from cache.admins import admins, get, set
__all__ = ["admins", "get", "set"]