optimize download -> parse process

This commit is contained in:
Arian Nasr
2025-12-11 04:34:06 -05:00
parent 25469a54b3
commit 0997005994
4 changed files with 16 additions and 16 deletions

View File

@@ -1,11 +1,10 @@
from pydantic import BaseModel, DirectoryPath
from pydantic import BaseModel
from datetime import datetime
class DownloadParameters(BaseModel):
start_date: datetime
end_date: datetime
output_dir: DirectoryPath
account_name: str
account_number: str
account_phone: str