win32com object in python

Hi,

   I am trying to control eDrawings with python, I wonder if there is a win32com object for eDrawings like the following one for Solidworks 2019:

   

sw = win32com.client.Dispatch("SldWorks.Application")

Thanks a lot!

Ps: 

   Making this more specific is I want to set up a python script to automatically convert .sldprt files to .html file so that I can preview them in my browser directly without installing any Sldwork or eDrw on the computer

SolidworksEdrawings