Source code for etcdb.etcdtime
[docs]class EtcdTime(object):
"""
An object holding a time value
"""
def __init__(self, hour, minute, second):
self.hour = hour
self.minute = minute
self.second = second
[docs]class EtcdTime(object):
"""
An object holding a time value
"""
def __init__(self, hour, minute, second):
self.hour = hour
self.minute = minute
self.second = second