class net: def __init__(self): ... def load(self): ... def unload(self): ... def run(self): ... def test(): ...