16 lines
160 B
Python
Raw Normal View History

from PikaObj import *
def __init__(): ...
def eval(cmd: str) -> any: ...
def evalLine(line: str) -> any: ...
class LuaTable:
pass
def __del__():...