mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
🔖 bump version 2.0.0a16
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
from typing import Optional
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
from pydantic import Field, BaseModel
|
||||
|
||||
|
||||
class Config(BaseModel):
|
||||
"""
|
||||
钉钉配置类
|
||||
飞书配置类
|
||||
|
||||
:配置项:
|
||||
|
||||
|
Reference in New Issue
Block a user