update package/PikaStdData/PikaStdData.py.

This commit is contained in:
李昂 2021-12-13 13:39:41 +00:00 committed by Gitee
parent e48bc8947c
commit 89a4d895dd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
from PikaObj import *
class List(TinyObj):
def init():
def __init__():
pass
def append(arg: any):