aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/lua_in_python.py
blob: eb609d487dd07616aa3adc94683518c3eecfce81 (plain) (blame)
1
2
3
import lupa

print(f"Using {lupa.LuaRuntime().lua_implementation} (compiled with {lupa.LUA_VERSION})")