mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
7 lines
145 B
Python
7 lines
145 B
Python
from kivy.uix.boxlayout import BoxLayout
|
|
from kivy.properties import StringProperty
|
|
|
|
|
|
class StatusBar(BoxLayout):
|
|
|
|
text = StringProperty('')
|