This commit is contained in:
Auric Vente 2024-07-20 05:04:59 -06:00
parent 42791b1957
commit b479302d7a
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,6 @@ from typing import ClassVar, Any
from .config import Config
from .utils import Utils
from .storage import Storage
from .window import Window

View File

@ -1,3 +1,5 @@
from __future__ import annotations
from .window import Window
from .storage import Storage