# -*- coding: utf-8 -*- # Developed by KuiToi Dev # File modules.__init__.py # Written by: SantaSpeen # Version 1.1 # Licence: FPA # (c) kuitoi.su 2023 from .ConsoleSystem import Console from .ConfigProvider import ConfigProvider, Config from .i18n import MultiLanguage from .EventsSystem import EventsSystem from .PluginsLoader import PluginsLoader from .WebAPISystem import web_app from .WebAPISystem import _stop as stop_web