8 lines
137 B
Python
8 lines
137 B
Python
"""
|
|
Bot 中间件模块
|
|
"""
|
|
|
|
from bot.middlewares.auth import require_auth, AuthMiddleware
|
|
|
|
__all__ = ["require_auth", "AuthMiddleware"]
|