
    Vh}                    T    d dl mZ d dlmZ d dlmZ  G d de      Z G d de      Zy)	    )annotations)NetworkCollector)GenericBsdIfconfigNetworkc                      e Zd ZdZdZy)DragonFlyNetworkzc
    This is the DragonFly Network Class.
    It uses the GenericBsdIfconfigNetwork unchanged.
    	DragonFlyN)__name__
__module____qualname____doc__platform     \/home/dcms/DCMS/lib/python3.12/site-packages/ansible/module_utils/facts/network/dragonfly.pyr   r      s     Hr   r   c                      e Zd ZeZdZy)DragonFlyNetworkCollectorr   N)r	   r
   r   r   _fact_class	_platformr   r   r   r   r      s    "KIr   r   N)
__future__r   'ansible.module_utils.facts.network.baser   .ansible.module_utils.facts.network.generic_bsdr   r   r   r   r   r   <module>r      s*     # D T0  0 r   