This commit is contained in:
pikastech 2022-09-07 14:15:45 +08:00
parent 9c0a549e27
commit 66c6b44177

View File

@ -9,3 +9,5 @@ def __init__(self): ...
class Task(PikaStdTask.Task):
def platformGetTick(self): ...
def returnNullString(self) -> str: ...
def test(a:int, b:object):...