hello_world.init
This is the documentation page for hello_world.__init__.py.
datethyme.HourRange
Bases: AbstractRange[Time]
Sequence of hours, behaving roughly analogously to the built-in range object.
Example: time0 = Time.parse("05:00")
time0 = Time.parse("14:00")
hours: TimeHourRange = time0 ** time1