1 Star 1 Fork 0

bingdianfeishui / payday

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
util.py 229 Bytes
Copy Edit Raw Blame History
bubbleshrimp authored 2018-02-12 16:54 . init project
import win32com.client
class Executer:
'COM插件对象生成类'
def __init__(self):
pass
def getObj(self, obj_name='dm.dmsoft'):
self.obj = win32com.client.Dispatch(obj_name)
return self.obj
1
https://gitee.com/bingdianfeishui/payday.git
git@gitee.com:bingdianfeishui/payday.git
bingdianfeishui
payday
payday
master

Search