RosettaCodeData/Task/OLE-automation/Python/ole-automation-2.py

4 lines
102 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import win32com.client
client = win32com.client.Dispatch("python.server")
client.write("hello world")