from kivy.app import App from kivy.uix.boxlayout import BoxLayout class RootWidget(BoxLayout): pass class TestBoxLayoutApp(App): ...
確定! 回上一頁