mafw.plugins

Exports Processor classes to the execution script.

Functions

register_db_model_modules()

Returns the list of modules with the database model definitions

register_processors()

Returns a list of processors to be registered

register_user_interfaces()

Returns a list of user interfaces that can be used

mafw.plugins.register_db_model_modules() list[str][source]

Returns the list of modules with the database model definitions

mafw.plugins.register_processors() list[ProcessorClassProtocol][source]

Returns a list of processors to be registered

mafw.plugins.register_user_interfaces() list[UserInterfaceClassProtocol][source]

Returns a list of user interfaces that can be used