diff --git a/jnius/__init__.py b/jnius/__init__.py index dfdb719..d22444c 100644 --- a/jnius/__init__.py +++ b/jnius/__init__.py @@ -1,2 +1,13 @@ +''' +Pyjnius +======= + +Accessing Java classes from Python. + +All the documentation is available at: http://pyjnius.readthedocs.org +''' + +__version__ = '1.0' + from .jnius import * from .reflect import *