Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Every model class must be under the package models, inside the Python Bridge folder, and must extended from the class ModelWrapper, which can be import imported from models.model_wrapper. An example of a model class with the bare minimum, can be found below

...