""" Bot 中间件模块 """ from bot.middlewares.auth import require_auth, AuthMiddleware __all__ = ["require_auth", "AuthMiddleware"]