koi_net.config.base

Classes

BaseNodeConfig(**data)

Base node config class, intended to be extended.

class koi_net.config.base.BaseNodeConfig(**data)[source]

Bases: BaseModel

Base node config class, intended to be extended.

Using the OBJECT decorator to mark this class as an object to be treated “as is” rather than attempting to initialize it during the build.

Parameters:
env: EnvConfig
koi_net: KoiNetConfig
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

save_to_yaml()[source]
Return type:

None