nexusLIMS.exporters.destinations#
Export destination plugins.
This package contains plugin implementations for various export destinations. Plugins are automatically discovered when the exporters package is imported.
To add a new destination, create a Python file in this directory with a class that matches the ExportDestination protocol (see base.py).