mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
Merge branch 'master' of https://gitee.com/lyon1998/pikascript
This commit is contained in:
commit
5fc34d4fe7
@ -1,7 +1,7 @@
|
||||
from PikaObj import *
|
||||
|
||||
class List(TinyObj):
|
||||
def init():
|
||||
def __init__():
|
||||
pass
|
||||
|
||||
def append(arg: any):
|
||||
|
Loading…
x
Reference in New Issue
Block a user