(20241216) Re-organizing code to MVC-style structuring.

This commit is contained in:
2024-12-16 16:00:09 +05:30
parent cdf1b85b28
commit 064495163f
30 changed files with 1503 additions and 12 deletions
+3 -3
View File
@@ -48,9 +48,9 @@ from utils_v2.date_time import date_time
from utils_v2.mail import mail_parser
# My Google utils:
from utils_v2.goog.models.behaviour.base import AsyncGoogleBase
from utils_v2.goog.models.data.auth_tokens import GoogleAuthTokens
from utils_v2.goog.models.data.api_call import GoogleApiResponse
from utils_v2.goog.controllers.base import AsyncGoogleBase
from utils_v2.goog.models.auth_tokens import GoogleAuthTokens
from utils_v2.goog.models.api_call import GoogleApiResponse
from utils_v2.goog.gmail.gmail_message import GMailMessage
# Related to Google: