9 lines
130 B
Python
Raw Normal View History

2022-09-08 22:20:06 +08:00
class net:
def __init__(self): ...
def load(self): ...
def unload(self): ...
def run(self): ...
def test(): ...