Skip to content

Instantly share code, notes, and snippets.

@kived
Created September 26, 2014 14:56
Show Gist options
  • Save kived/2cfd3fa637fcfdb94afa to your computer and use it in GitHub Desktop.
Save kived/2cfd3fa637fcfdb94afa to your computer and use it in GitHub Desktop.
kivy german 2
#:kivy 1.8
Label:
text: 'durchgeführt'
# -*- coding: utf-8 -*-
import kivy
kivy.require('1.8.0')
from kivy.app import App
class GermTestApp(App):
pass
if __name__ == '__main__':
GermTestApp().run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment