feat(csv): read/write inventory from/to csv file

This commit is contained in:
Kristofers Solo
2023-10-22 19:40:01 +03:00
parent 0b135407e3
commit 692b07e79a
3 changed files with 26 additions and 3 deletions

View File

@@ -1,6 +0,0 @@
def main() -> None:
pass
if __name__ == "__main__":
main()