10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
|
ShowcaseScreen:
|
||
|
|
||
|
fullscreen: True
|
||
|
name: 'CodeInput'
|
||
|
|
||
|
CodeInput:
|
||
|
padding: '4dp'
|
||
|
text: 'class Hello(object):\n\tpass\n\nprint("Hello world")'
|
||
|
focus: True if root.parent else False
|