mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
16 lines
160 B
Python
16 lines
160 B
Python
|
from PikaObj import *
|
||
|
|
||
|
|
||
|
def __init__(): ...
|
||
|
|
||
|
|
||
|
def eval(cmd: str) -> any: ...
|
||
|
|
||
|
|
||
|
def evalLine(line: str) -> any: ...
|
||
|
|
||
|
class LuaTable:
|
||
|
pass
|
||
|
|
||
|
def __del__():...
|