Coverage for colorimetry/datasets/light_sources/__init__.py: 0%
4 statements
« prev ^ index » next coverage.py v7.11.0, created at 2025-11-16 22:49 +1300
« prev ^ index » next coverage.py v7.11.0, created at 2025-11-16 22:49 +1300
1from .chromaticity_coordinates import CCS_LIGHT_SOURCES
2from .sds import SDS_LIGHT_SOURCES
4__all__ = [
5 "CCS_LIGHT_SOURCES",
6]
7__all__ += [
8 "SDS_LIGHT_SOURCES",
9]