Reference
BuilderProtocol
Bases: Protocol
Protocol
build() -> Any
Instantiates a concrete object to separate its initalization from the data structure.
Returns:
Any
Intance of a created object within Koswat domain.
DataObjectModelProtocol
Empty protocol just to be able to classify other classes as a DataObjectModelProtocol Instance.