Timed: a command-line time tracker (written in Python)
github.com10 pointsby pyninja0 comments
# Pump
def app(request):
return {
"status": 200,
"headers": {"content_type": "text/plain"},
"body": "Hello World"}