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