Skip to content

Commit b8990af

Browse files
committed
modification du nom du module de gestion principale de la gui
1 parent 0039cae commit b8990af

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

Core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from threading import RLock
2626
from types import ModuleType
2727
from typing import Any
28-
from .PyCompilerArkGui import PyCompilerArkGui
28+
from .Gui import PyCompilerArkGui
2929

3030
__version__ = "1.0.0"
3131

0 commit comments

Comments
 (0)