
    ,h                     *    d Z ddlmZ  G d de      Zy)zCustom element-classes for DrawingML-related elements like `<w:drawing>`.

For legacy reasons, many DrawingML-related elements are in `docx.oxml.shape`. Expect
those to move over here as we have reason to touch them.
    )BaseOxmlElementc                       e Zd ZdZy)
CT_DrawingzM`<w:drawing>` element, containing a DrawingML object like a picture or chart.N)__name__
__module____qualname____doc__     S/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/docx/oxml/drawing.pyr   r   
   s    Wr   r   N)r	   docx.oxml.xmlchemyr   r   r
   r   r   <module>r      s    /X Xr   