Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, expiration_time, window_start, window_end,
period=1, ID=None, lock=None):
self.expiration_time = expiration_time
self.expirations = {}
XBeeNetwork.__init__(self, window_start, window_end, period, ID, lock)
return