MibooGram/modules/errorpush/__init__.py
2022-11-21 14:57:12 +08:00

6 lines
187 B
Python

from .pb import PbClient, PbClientException
from .sentry import SentryClient, SentryClientException
__all__ = ["PbClient", "PbClientException", "SentryClient", "SentryClientException"]