[modules/datetime] Re-enable datetime module

Add datetime module + aliases date and time.

see #23
This commit is contained in:
Tobi-wan Kenobi 2016-12-09 07:11:23 +01:00
parent 2fa8d7b778
commit f40418475f
7 changed files with 51 additions and 4 deletions

View file

@ -22,6 +22,10 @@ class Module(object):
"""Return the widgets to draw for this module"""
return self._widgets
def update(self, widgets):
"""By default, update() is a NOP"""
pass
class Engine(object):
"""Engine for driving the application