示例#1
0
    def __init__(self):
        doc = Document()
        doc.Command(Package('fullpage', options=Options('cm')))

        print(doc.dumps())