This commit is contained in:
Auric Vente 2024-07-21 06:07:02 -06:00
parent ddb7d255c4
commit 28afbb77c8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from __future__ import annotations
from PySide6.QtWidgets import QWidget # type: ignore
from PySide6.QtGui import QKeyEvent # type: ignore
from PySide6.QtCore import QTimer
from PySide6.QtCore import QTimer # type: ignore
from .config import Config
from .window import Window