(20250116) Started upgrading the mail module (to eventually work on cron).

This commit is contained in:
2025-01-16 16:39:23 +05:30
parent efd7dda9f0
commit ed1e86c5e9
71 changed files with 2423 additions and 464 deletions
@@ -66,9 +66,9 @@ from shared import constants
from models.core.auth_token import CoreAuthTokenModel
from models.api.finstitutions.trading.symbols.list import (
TradingSymbolListRequestHeaders,
TradingSymbolListRequestData,
TradingSymbolListBrokerResponse
TradingSymbolListRequestData
)
from models.finstitutions.trading.symbols import TradingSymbolListBrokerResponse
# To work with dat and time:
import datetime