mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
22 lines
245 B
Python
22 lines
245 B
Python
from liteyuki.bot import (
|
|
LiteyukiBot,
|
|
get_bot
|
|
)
|
|
|
|
from liteyuki.comm import (
|
|
Channel,
|
|
chan,
|
|
Event
|
|
)
|
|
|
|
from liteyuki.plugin import (
|
|
load_plugin,
|
|
load_plugins
|
|
)
|
|
|
|
from liteyuki.log import (
|
|
logger,
|
|
init_log
|
|
|
|
)
|