mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-04-27 03:35:38 +00:00
更高效的算法管理与兼容性和代码格式更新,详见样例代码;同时新增实验算法,在其中尝试下次更新的内容
This commit is contained in:
@@ -17,8 +17,16 @@ Terms & Conditions: License.md in the root directory
|
||||
# 若需转载或借鉴 许可声明请查看仓库目录下的 License.md
|
||||
|
||||
|
||||
__version__ = "1.1.1"
|
||||
__all__ = []
|
||||
__version__ = "1.2.0"
|
||||
__vername__ = "更高效的算法管理"
|
||||
__author__ = (("金羿", "Eilles Wan"), ("诸葛亮与八卦阵", "bgArray"), ("鸣凤鸽子", "MingFengPigeon"))
|
||||
__all__ = [
|
||||
# 主要类
|
||||
"MidiConvert",
|
||||
# 附加类
|
||||
# "SingleNote",
|
||||
"SingleCommand",
|
||||
# "TimeStamp", 未来功能
|
||||
]
|
||||
|
||||
from .main import *
|
||||
|
||||
Reference in New Issue
Block a user