Esempio n. 1
0
def create_card():
    creator = CardCreator(factory=weixin_factory)
    ret = creator.create()
    print(ret)