myogestic.utils.config.Registry.register_output_system#

Registry.register_output_system(name, output_system)[source]#

Register an output system in the registry.

Note

The output system name must be unique.

Parameters:
  • name (str) – The name of the output system.

  • output_system (callable) – The output system class.

Raises:

ValueError – If the output system is already registered.