luah 1.1.0

Unofficial lua impl by HydroRoll-Team.
Documentation
1
2
3
4
from luah import LibCore

if __name__ == "__main__":
    print(LibCore.sum_as_string(1, 2))