Auto-sync: 2026-03-02 05:30:01
This commit is contained in:
1
workflows/f/dev/textout__flow/a.lock
Normal file
1
workflows/f/dev/textout__flow/a.lock
Normal file
@@ -0,0 +1 @@
|
||||
# py: 3.12
|
||||
3
workflows/f/dev/textout__flow/a.py
Normal file
3
workflows/f/dev/textout__flow/a.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def main():
|
||||
from datetime import datetime
|
||||
print(datetime.now().strftime('%H:%M:%S'))
|
||||
12
workflows/f/dev/textout__flow/flow.yaml
Normal file
12
workflows/f/dev/textout__flow/flow.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
summary: Display current time on startup
|
||||
description: ''
|
||||
value:
|
||||
modules:
|
||||
- id: a
|
||||
value:
|
||||
type: rawscript
|
||||
content: '!inline a.py'
|
||||
input_transforms: {}
|
||||
lock: '!inline a.lock'
|
||||
language: python3
|
||||
schema: null
|
||||
Reference in New Issue
Block a user