mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
5349a56656
* run __init__ when init the meta_obj * clean dead code
12 lines
149 B
Python
12 lines
149 B
Python
# api
|
|
from PikaObj import *
|
|
import PikaStdTask
|
|
|
|
|
|
def __init__(self): ...
|
|
|
|
|
|
class Task(PikaStdTask.Task):
|
|
def platformGetTick(self):
|
|
pass
|