mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-18 08:45:37 +00:00
16 lines
429 B
Python
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
|