mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 05:56:51 +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