from typing import TypeAlias from .limiter import * limit: TypeAlias = Limiter # alias to create anonymous or single-use `Limiter`s