oncall-engine/engine/apps/public_api/throttlers/__init__.py
Innokentii Konstantinov af06d6491b Add info throttler
2022-06-08 18:25:58 +04:00

3 lines
193 B
Python

from .info_throttler import InfoThrottler # noqa: F401
from .phone_notification_throttler import PhoneNotificationThrottler # noqa: F401
from .user_throttle import UserThrottle # noqa: F401