models.py moved to models/models.py

refactor all imports
This commit is contained in:
2025-07-15 10:45:56 +00:00
parent 661d25d70c
commit f37744b31e
29 changed files with 379 additions and 462 deletions

View File

@@ -1,5 +1,5 @@
from database import Session
from models import ClientGroup
from models.models import ClientGroup
from flask import Blueprint, request, jsonify
from sqlalchemy import func
import sys