diff --git a/ccflow/base.py b/ccflow/base.py index 18e2eac..96b7138 100644 --- a/ccflow/base.py +++ b/ccflow/base.py @@ -149,7 +149,7 @@ def __new__(self, name: str, bases: Tuple[type], namespaces: Dict[str, Any], **k class BaseModel(PydanticBaseModel, _RegistryMixin, metaclass=_SerializeAsAnyMeta): - """BaseModel is a base class for all pydantic models within the cubist flow framework. + """BaseModel is a base class for all pydantic models within the ccflow framework. This gives us a way to add functionality to the framework, including - Type of object is part of serialization/deserialization