mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 07:37:24 +08:00
16 lines
340 B
Python
16 lines
340 B
Python
|
# -*- 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")
|