2024-09-15 15:12:16 +03:00

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