kivyblocks/test/script/scripts/index.tmpl
2022-08-25 21:00:09 +08:00

13 lines
133 B
Cheetah

{
"widgettype":"VBox",
"options":{},
"subwidgets":[
{
"widgettype":"Button",
"options":{
"text":"Hello"
}
}
]
}