def test_api(): """test if the provided functionality is importable""" from sensospot_tools import split # noqa: F401 from sensospot_tools import select # noqa: F401 from sensospot_tools import normalize # noqa: F401 from sensospot_tools import select_hdr_data # noqa: F401