globalforest/forestmapview.py

4 lines
79 B
Python
Raw Normal View History

from kivy.garden.mapview import MapView
class ForestMapView(MapView):
pass