Core protocols module

BuilderProtocol

Bases: Protocol

build() -> Any

Instantiates a concrete object to separate its initalization from the data structure.

Returns:

Name Type Description
Any Any

Intance of a created object within Koswat domain.

DataObjectModelProtocol

Bases: Protocol

Empty protocol just to be able to classify other classes as a DataObjectModelProtocol Instance.