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

7 lines
136 B
Python

from gram_core.services.groups.cache import GroupBanCache, GroupUpdateCache
__all__ = (
"GroupBanCache",
"GroupUpdateCache",
)