nonebot_plugin_csust_notice.../config.py

6 lines
144 B
Python
Raw Permalink Normal View History

2023-03-25 11:21:43 +08:00
from typing import List
from pydantic import BaseModel, Extra
class Config(BaseModel, extra=Extra.ignore):
notice_pusher_enable: List = []