Refacto constants

This commit is contained in:
2026-03-19 09:31:36 +01:00
parent 5d2282def1
commit 1125e5ee10
7 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
from PySide6.QtCore import QPropertyAnimation, QEasingCurve
from PySide6.QtWidgets import QGraphicsDropShadowEffect
from tools.constants import Glow
from config.constants import Glow
class GlowAnimator: