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

9
main.py Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python3
def main() -> None:
pass
if __name__ == "__main__":
main()