feat: filling deals from excel file

This commit is contained in:
2024-12-25 21:14:00 +04:00
parent e8af9f2237
commit 2abc198a39
6 changed files with 302 additions and 12 deletions

1
parsers/__init__.py Normal file
View File

@@ -0,0 +1 @@
from .deal_parser import DealParser