mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 06:50:57 +00:00
⚡ 添加liteyuki.channel.Channel通道,可安全跨进程通信
This commit is contained in:
5
tests/test_core.py
Normal file
5
tests/test_core.py
Normal file
@ -0,0 +1,5 @@
|
||||
from src.liteyuki import LiteyukiBot
|
||||
|
||||
if __name__ == "__main__":
|
||||
lyb = LiteyukiBot()
|
||||
lyb.run()
|
0
tests/test_lyapi.py
Normal file
0
tests/test_lyapi.py
Normal file
0
tests/test_lyfunc.py
Normal file
0
tests/test_lyfunc.py
Normal file
Reference in New Issue
Block a user