mirror of https://github.com/kivy/kivy.git
example: add version to takepicture
This commit is contained in:
parent
552066001c
commit
c5cc611562
|
@ -18,6 +18,7 @@ If you want to compile it, don't forget to add the CAMERA permission::
|
|||
|
||||
'''
|
||||
|
||||
__version__ = '0.1'
|
||||
|
||||
from kivy.app import App
|
||||
from os.path import exists
|
||||
|
|
Loading…
Reference in New Issue