サーバーからフローを取得
This commit is contained in:
24
flows/konnnichiha.flow.json
Normal file
24
flows/konnnichiha.flow.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"path": "f/dev/konnnichiha",
|
||||
"summary": "Print greeting",
|
||||
"description": "",
|
||||
"value": {
|
||||
"modules": [
|
||||
{
|
||||
"id": "a",
|
||||
"value": {
|
||||
"lock": "# py: 3.12\n",
|
||||
"type": "rawscript",
|
||||
"content": "def main():\n print('こんにちは、世界')",
|
||||
"language": "python3",
|
||||
"input_transforms": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {},
|
||||
"required": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user