MibooGram/core/services/cookies/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
155 B
Python
Raw Normal View History

"""CookieService"""
from core.services.cookies.services import CookiesService, PublicCookiesService
__all__ = ("CookiesService", "PublicCookiesService")