{ "path": "f/dev/textout", "summary": "Display current time on startup", "description": "", "value": { "modules": [ { "id": "a", "value": { "lock": "# py: 3.12\n", "type": "rawscript", "content": "def main():\n from datetime import datetime\n print(datetime.now().strftime('%H:%M:%S'))", "language": "python3", "input_transforms": {} } } ] }, "schema": { "type": "object", "properties": {}, "required": [] } }