Skip to content

Instantly share code, notes, and snippets.

@quapka
Created October 7, 2014 08:52
Show Gist options
  • Save quapka/8682a6fca36632a58cee to your computer and use it in GitHub Desktop.
Save quapka/8682a6fca36632a58cee to your computer and use it in GitHub Desktop.
from kivy.app import App
__version__ = '1.0'
class MyApp(App):
pass
MyApp().run()
Label:
text: 'Hello World'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment