MibooGram/core/services/users/cache.py
2024-01-16 23:04:41 +08:00

7 lines
129 B
Python

from gram_core.services.users.cache import UserAdminCache, UserBanCache
__all__ = (
"UserAdminCache",
"UserBanCache",
)