mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
e85639a1e9
add pikann
9 lines
130 B
Python
9 lines
130 B
Python
class net:
|
|
def __init__(self): ...
|
|
def load(self): ...
|
|
def unload(self): ...
|
|
def run(self): ...
|
|
|
|
|
|
def test(): ...
|