<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">import warnings

from allauth.core.ratelimit import clear, consume, consume_or_429


__all__ = ["consume", "consume_or_429", "clear"]
warnings.warn("allauth.ratelimit is deprecated, use allauth.core.ratelimit")
</pre></body></html>