This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/components/pikascript/PikaStdLib.py

20 lines
251 B
Python
Raw Normal View History

2021-12-02 23:14:39 +08:00
from PikaObj import *
class MemChecker(BaseObj):
def max():
pass
def now():
pass
def resetMax():
pass
class SysObj(BaseObj):
def type(argPath: str):
pass
def remove(argPath: str):
pass