__init__.py 254 B

123456789101112
  1. # SPDX-License-Identifier: AGPL-3.0-or-later
  2. # lint: pylint
  3. """.. _botdetection src:
  4. Bot detection methods
  5. ---------------------
  6. The methods implemented in this python package are use by the :ref:`limiter src`.
  7. """
  8. from ._helpers import dump_request