Timed: a command-line time tracker (written in Python)
github.com10 ポイント投稿者 pyninja0 コメント
# Pump
def app(request):
return {
"status": 200,
"headers": {"content_type": "text/plain"},
"body": "Hello World"}