From 35caa7c2f51878bcef3edea304c20e87040d767a Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 20 Nov 2023 08:59:06 +0800 Subject: feat(deps): 添加 `lupa` 依赖 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/lua_in_python.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/lua_in_python.py (limited to 'tests/lua_in_python.py') 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 -- cgit v1.2.3-70-g09d2