A typing & util lib for LLSE Python runtime
为 LLSE Python 运行时开发的 类型提示/工具库
Use pip or other Python package managers to install globally for type hints.
使用 pip 或其他包管理器全局安装来提供类型提示
pip install llpy-helper-libor you can use lip to install in global LLSE Python site-packages path
或者使用 lip 安装到全局 LLSE Python site-packages 目录
lip i llpy-helper-lib- Synchronized this library version number with the LL version, also synchronized this library content with LL version 2.13.1
补全库版本与 LL 版本同步,且补全库内容与 LL 2.13.1 版本同步 - Fixed a mistake in the game mode type (
T_GameMode)
修复 游戏模式类型 (T_GameMode) 中的错误
- Removed module
llpy.utils
删除了llpy.utils模块 - Added things from
BaseLib.py
添加了来自BaseLib.py的东西