.. _DESIGN: Design ###### .. attention:: 🚧 This implementation is work in progress. 🚧 .. code-block:: python from pyEDAA.IPXACT.Design import Design filePath = Path("Catalog.xml") catalog = Design(filePath, parse=True)