organoid_tracker.plugin.plugin_loader module

organoid_tracker.plugin.plugin_loader.load_plugin(file_path: str) Optional[Plugin]

Loads a single plugin. The file_path can point to a single Python file or to a folder that is a Python module. The file name must be the full path, the basename must start with ‘plugin_’.

Returns None if there is no plugin at that location.