4 lines
78 B
Python
4 lines
78 B
Python
|
from cache.admins import admins, get, set
|
||
|
|
||
|
__all__ = ["admins", "get", "set"]
|