3 lines
102 B
Python
3 lines
102 B
Python
import win32com.client
|
|
client = win32com.client.Dispatch("python.server")
|
|
client.write("hello world")
|