facho/fe/fe.py (DianZIP): creado zip nombrando segun DIAN

FossilOrigin-Name: 6df54d31796b2c119bd6b1bfe5f30fafa7adf0521907012509104f4b1e267d7e
This commit is contained in:
2020-05-23 20:04:57 +00:00
parent 10f021d0fd
commit 34032e8a45
6 changed files with 57 additions and 6 deletions

View File

@@ -191,3 +191,6 @@ class FachoXML:
def tostring(self):
return self.builder.tostring(self.root)
def __str__(self):
return self.tostring()