kv файл

<MainWidget>:
    Label:
        text: 'hello'
# наследование
<ItemLabel@Lable>:
    font_size: 15

ItemLabel:
    text: '1'