Progress with tqdm

This commit is contained in:
Jamie Hardt
2019-10-09 11:39:51 -07:00
parent 9affade06f
commit a3a3dba924
3 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import sys
from xml.etree.ElementTree import TreeBuilder, tostring
import ptulsconv
from tqdm import tqdm
def fmp_dump(data, input_file_name, output):
doc = TreeBuilder(element_factory=None)