Ⓜ️手动从旧梦 81a191f merge

This commit is contained in:
2024-08-12 11:44:30 +08:00
parent 068feaa591
commit 2d67a703bd
214 changed files with 6457 additions and 10418 deletions

5
tests/test_core.py Normal file
View File

@ -0,0 +1,5 @@
from src.liteyuki import LiteyukiBot
if __name__ == "__main__":
lyb = LiteyukiBot()
lyb.run()

16
tests/test_dll.py Normal file
View File

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
"""
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
@Time : 2024/8/7 下午11:44
@Author : snowykami
@Email : snowykami@outlook.com
@File : test_dll.py
@Software: PyCharm
"""
from src.utils.extension import load_lib
a = load_lib("src/libs/ly_api")
a.Register("sss", "sss", 64, "sss", "sss")

0
tests/test_lyapi.py Normal file
View File

0
tests/test_lyfunc.py Normal file
View File