1
0
forked from bot/app

🐛 修复生命周期钩子函数的问题

This commit is contained in:
2024-08-08 18:06:03 +08:00
parent c29a3fd6d4
commit f69feb1def
27 changed files with 172 additions and 148 deletions

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")