File: __init__.py

package info (click to toggle)
python-pyqtlet2 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,672 kB
  • sloc: python: 997; javascript: 88; makefile: 18; sh: 14
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
"""
Bringing Leaflet maps to PyQt.
"""

__author__ = 'Leon Friedmann <leon.friedmann@tum.de>'
__version__ = '0.9.3'

from .mapwidget import MapWidget
from .leaflet import L