pyjnius/jnius/__init__.py

14 lines
198 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
'''
__version__ = '1.0'
from .jnius import *
from .reflect import *