This commit is contained in:
lyon 2021-08-23 14:48:42 +08:00
parent a3bd5e45ad
commit d4bd4383bb
2 changed files with 12 additions and 0 deletions

View File

@ -4,3 +4,15 @@ from PikaObj import *
class SysObj(BaseObj):
def type(argPath: str):
pass
def ls(objPath: str):
pass
def remove(argPath: str):
pass
def type(argPath: str):
pass
def new(objPath: str, classPath: str):
pass