(20241212) Reorganizing code to perform core actions in one place.

This commit is contained in:
2024-12-12 18:34:51 +05:30
parent 70c817b3b8
commit fb95e0b38c
50 changed files with 1259 additions and 3166 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ sys.path.append("..")
from quart import current_app
# The data model:
from models.data.core.user import CoreUserInfoModel
from models.core.user import CoreUserInfoModel
# *****************************************************************************************************************