
    ܖi                         d Z dgZddlZej                  dk\  rddlmZ nddlmZ ddlmZ	  ed       G d	 de	             Zy)
z
.. deprecated:: next
LicenseFactory    N)      )
deprecated   )r   zNDeprecated re-export location - see docstring of "LicenseFactory" for details.c                       e Zd ZdZy)r   uJ  Deprecated — Alias of :class:`cyclonedx.contrib.license.factories.LicenseFactory`.

    .. deprecated:: next
        This re-export location is deprecated.
        Use ``from cyclonedx.contrib.license.factories import LicenseFactory`` instead.
        The exported symbol itself is NOT deprecated — only this import path.
    N)__name__
__module____qualname____doc__     ]/var/www/html/content-pipeline/venv/lib/python3.12/site-packages/cyclonedx/factory/license.pyr   r   $   s     	r   )
r   __all__sysversion_infowarningsr   typing_extensionscontrib.license.factoriesr   _LicenseFactoryr   r   r   <module>r      sP   $ 
 
w#, I
 \]	_ 	 ^	r   