mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 05:17:24 +08:00
24 lines
289 B
Python
24 lines
289 B
Python
from liteyuki.bot import (
|
|
LiteyukiBot,
|
|
get_bot,
|
|
get_config,
|
|
get_config_with_compat
|
|
)
|
|
|
|
from liteyuki.comm import (
|
|
Channel,
|
|
chan,
|
|
Event
|
|
)
|
|
|
|
from liteyuki.plugin import (
|
|
load_plugin,
|
|
load_plugins
|
|
)
|
|
|
|
from liteyuki.log import (
|
|
logger,
|
|
init_log
|
|
|
|
)
|