KuiToi-Server/src/modules/__init__.py
2023-07-11 18:26:26 +03:00

16 lines
429 B
Python

# -*- 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