mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
add file
This commit is contained in:
parent
72a76b5964
commit
7ff4979f35
8
src/plugins/hk_reporter/plugin_config.py
Normal file
8
src/plugins/hk_reporter/plugin_config.py
Normal file
@ -0,0 +1,8 @@
|
||||
from pydantic import BaseSettings
|
||||
|
||||
class PlugConfig(BaseSettings):
|
||||
|
||||
hk_reporter_config_path: str = ""
|
||||
|
||||
class Config:
|
||||
extra = 'ignore'
|
Loading…
x
Reference in New Issue
Block a user