Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. from kivy.app import App
  2.  
  3. class Scroll(ScrollView):
  4. pass
  5.  
  6. class MyApp(App):
  7. pass
  8.  
  9. MyApp().run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement