Feat(SQL, UI): Redesign database with much more detailed command response quality analysis and created successfully loading Dog Command Links page

This commit is contained in:
2025-06-28 20:48:37 +01:00
parent ab50a81a0e
commit caeb13429a
245 changed files with 7244 additions and 2035 deletions

View File

@@ -11,8 +11,8 @@ Home Page Controller.
"""
# internal
from business_objects.api import API
from models.model_view_home import Model_View_Home
from dog_training.business_objects.api import API
from dog_training.models.model_view_home import Model_View_Home
# external
from flask import render_template, jsonify, Blueprint