Skip to content

Commit

Permalink
Example 2: A most basic kivy application.
Browse files Browse the repository at this point in the history
If you run this version it should pop up an empty window.
  • Loading branch information
Dusty Phillips committed Jun 9, 2013
1 parent 2f37cd6 commit 7433f9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion orkiv/__main__.py
@@ -1 +1,7 @@
print("hello world")
from kivy.app import App


class Orkiv(App):
pass

Orkiv().run()

0 comments on commit 7433f9c

Please sign in to comment.