Script importing models from CAD

Hello,
I need to load a bunch of CAD files into UE levels through python script.
I tried approach from Ro-Su- from https://forums.unrealengine.com/unreal-engine/unreal-studio/1525119-batch-translate-solidworks-headlessly-via-python, but unreal 4.23 no longer has DatasmithCADSceneElement component.

How can I load a CAD model (.step/.sldprt/…) with python script in 4.23?

best regards