régler les imports des fichiers après redistribution

This commit is contained in:
cedrick2711
2026-07-29 14:16:01 -04:00
parent b69eaabbba
commit fc1bdc57c4
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import uuid
from flask import Blueprint, render_template, redirect, url_for, flash, request, jsonify, send_file
from flask_login import login_required, current_user
from app.extensions import db, hash_password, csrf
from app.models.models import (
from app.models import (
Admin, Manager, Coach, Player, Scout,
User, USER_TYPES, ESPORT_GAMES,
PlayerDisponibility, UserGamertag, GAME_PLATFORMS,