mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
add file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseSettings
|
||||
|
||||
class PlugConfig(BaseSettings):
|
||||
|
||||
hk_reporter_config_path: str = ""
|
||||
|
||||
class Config:
|
||||
extra = 'ignore'
|
||||
Reference in New Issue
Block a user