Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
# -*- coding: utf-8 -*- # Copyright (c) 2022 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the interface to the CycloneDX tool for the generation of Software Bill of Materials files. """ from .CycloneDXUtilities import createCycloneDXFile __all__ = [createCycloneDXFile]