Fix(Python): Corrected module references for web server.

This commit is contained in:
2025-07-10 16:29:54 +01:00
parent d5d2f6f710
commit 77c63994c3
40 changed files with 219 additions and 273 deletions

View File

@@ -11,7 +11,7 @@ Defines Flask-WTF base forms for handling user input.
"""
# internal
from dog_training.helpers.helper_app import Helper_App
from helpers.helper_app import Helper_App
# external
from flask_wtf import FlaskForm
from abc import ABCMeta, abstractmethod