pyjnius/jnius/__init__.py

14 lines
202 B
Python
Raw Normal View History

2012-08-20 16:47:44 +00:00
'''
Pyjnius
=======
Accessing Java classes from Python.
All the documentation is available at: http://pyjnius.readthedocs.org
'''
2012-08-20 16:48:22 +00:00
__version__ = '1.1-dev'
2012-08-20 16:47:44 +00:00
from .jnius import *
from .reflect import *