Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def reset(self):
'''
This re-initializes the Network object.
'''
initialize_net.main(self)
def __init__(self, widget=None):
initialize_net.main(self, widget)