Change name

This commit is contained in:
Maxim Khomutov 2023-07-05 17:21:51 +03:00
parent 467b941611
commit c061022897
4 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@
# Version 1.0 # Version 1.0
# Licence: FPA # Licence: FPA
# (c) kuitoi.su 2023 # (c) kuitoi.su 2023
from .console import Console from .console_system import Console

View File

@ -6,7 +6,7 @@
# Version 1.1 # Version 1.1
# Licence: FPA # Licence: FPA
# (c) kuitoi.su 2023 # (c) kuitoi.su 2023
from .console import Console from .ConsoleSystem import Console
from .ConfigProvider import ConfigProvider, Config from .ConfigProvider import ConfigProvider, Config
from .i18n import MultiLanguage from .i18n import MultiLanguage
from .EventsSystem import EventsSystem from .EventsSystem import EventsSystem