Coverage for nexusLIMS/exporters/destinations/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.11.3, created at 2026-03-24 05:23 +0000
« prev ^ index » next coverage.py v7.11.3, created at 2026-03-24 05:23 +0000
1"""Export destination plugins.
3This package contains plugin implementations for various export destinations.
4Plugins are automatically discovered when the exporters package is imported.
6To add a new destination, create a Python file in this directory with a class
7that matches the ExportDestination protocol (see base.py).
8"""