koi_net.config.base
Classes
|
Base node config class, intended to be extended. |
- class koi_net.config.base.BaseNodeConfig(**data)[source]
Bases:
BaseModelBase node config class, intended to be extended.
Using the
OBJECTdecorator to mark this class as an object to be treated “as is” rather than attempting to initialize it during the build.- Parameters:
koi_net (KoiNetConfig)
env (EnvConfig)
- koi_net: KoiNetConfig
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].