PamGram/modules/errorpush/__init__.py

5 lines
186 B
Python
Raw Normal View History

2022-11-21 06:57:12 +00:00
from .pb import PbClient, PbClientException
from .sentry import SentryClient, SentryClientException
__all__ = ["PbClient", "PbClientException", "SentryClient", "SentryClientException"]