This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from kivy.app import App | |
| from kivy.uix.floatlayout import FloatLayout | |
| from kivy.properties import NumericProperty, ReferenceListProperty | |
| from kivy.event import EventDispatcher | |
| from kivy.animation import Animation | |
| from kivy.uix.button import Button | |
| class SparseGridLayout(FloatLayout): |