cli arguments + optimization

test
This commit is contained in:
2025-12-27 19:03:00 +03:00
parent 5cb4fa1cf8
commit 17f2f34f87
8 changed files with 65 additions and 25 deletions

View File

@@ -40,6 +40,7 @@ def parse_contragents(xml: str):
return df
except ET.ParseError:
raise
xml_data = fetch_contragents()
root = parse_contragents(xml_data)
print(root)
def storages():
xml_data = fetch_contragents()
root = parse_contragents(xml_data)
root.to_excel("./excel_files/storages.xlsx")