cli arguments + optimization
test
This commit is contained in:
@@ -42,6 +42,6 @@ def parse_contragents(xml: str):
|
||||
return df
|
||||
except ET.ParseError:
|
||||
raise
|
||||
xml_data = fetch_contragents()
|
||||
root = parse_contragents(xml_data)
|
||||
print(root)
|
||||
def nomenclature():
|
||||
xml_data = fetch_contragents()
|
||||
root = parse_contragents(xml_data)
|
||||
|
||||
Reference in New Issue
Block a user