luah 0.0.2

An unofficial lua impl by HydroRoll-Team.
Documentation
1
2
3
4
5
class LibCore(object):
    """Core library"""

    def __init__(self): ...
    def sum_as_string(self, a: int, b: int) -> str: ...