footings.model.model

model(cls: Optional[type] = None, *, steps: List[str] = [])[source]

Turn a class into a model within the footings framework.

Parameters
  • cls (type) – The class to turn into a model.

  • None] steps (Union[List[str],) – The list of steps to the model.

Returns

Returns cls as a model within footings framework.

Return type

cls