6 lines
120 B
Python
6 lines
120 B
Python
|
# Copyright (C) 2021 By VeezMusicProject
|
||
|
|
||
|
from cache.admins import admins, get, set
|
||
|
|
||
|
__all__ = ["admins", "get", "set"]
|