PamGram/core/services/users/cache.py

7 lines
129 B
Python
Raw Permalink Normal View History

2024-01-16 15:04:41 +00:00
from gram_core.services.users.cache import UserAdminCache, UserBanCache
2024-01-16 15:04:41 +00:00
__all__ = (
"UserAdminCache",
"UserBanCache",
)