diff options
| author | 2023-11-20 08:59:06 +0800 | |
|---|---|---|
| committer | 2023-11-20 08:59:06 +0800 | |
| commit | 35caa7c2f51878bcef3edea304c20e87040d767a (patch) | |
| tree | 57816261a85bbe152bee27ea24dce2c47f5b1ad4 /tests | |
| parent | b7f99a0466834d5b9c45052d94ac57918efc584a (diff) | |
| download | HydroRoll-35caa7c2f51878bcef3edea304c20e87040d767a.tar.gz HydroRoll-35caa7c2f51878bcef3edea304c20e87040d767a.zip | |
feat(deps): 添加 `lupa` 依赖
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lua_in_python.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lua_in_python.py b/tests/lua_in_python.py new file mode 100644 index 0000000..eb609d4 --- /dev/null +++ b/tests/lua_in_python.py @@ -0,0 +1,3 @@ +import lupa + +print(f"Using {lupa.LuaRuntime().lua_implementation} (compiled with {lupa.LUA_VERSION})")
\ No newline at end of file |
