def new()

in clearbox/models/base.py [0:0]


  def new(self) -> ModelImpl:
    """Creates a new instance of the model implementation.

    Returns:
      An instance of the `ModelImpl` subclass.
    """
    raise NotImplementedError()