mirror of
https://github.com/PaiGramTeam/GramCore.git
synced 2024-11-25 23:50:29 +00:00
6 lines
160 B
Python
6 lines
160 B
Python
|
"""CookieService"""
|
||
|
|
||
|
from gram_core.services.cookies.services import CookiesService, PublicCookiesService
|
||
|
|
||
|
__all__ = ("CookiesService", "PublicCookiesService")
|