mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 05:08:45 +00:00
19 lines
251 B
Python
19 lines
251 B
Python
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
|