Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #: import main thelist
  2. #: import ListAdapter kivy.adapters.listadapter.ListAdapter
  3. #: import ListItemButton kivy.uix.listview.ListItemButton
  4.  
  5. <TodoList> """this is another class for a window in the app"""
  6. ListView:
  7. id: thelist
  8. adapter: ListAdapter(data=["study"], cls=main.Boom)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement