manimgeo.components.base.base_argsmodel module¶
- class manimgeo.components.base.base_argsmodel.ArgsModelBase(**data)[源代码]¶
基类:
BaseModelN适配器参数模型基类
- construct_type: str¶
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'frozen': False}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].