重构机器人
This commit is contained in:
7
bot/middlewares/__init__.py
Normal file
7
bot/middlewares/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Bot 中间件模块
|
||||
"""
|
||||
|
||||
from bot.middlewares.auth import require_auth, AuthMiddleware
|
||||
|
||||
__all__ = ["require_auth", "AuthMiddleware"]
|
||||
Reference in New Issue
Block a user