mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 04:41:54 +02:00
7 lines
189 B
Python
7 lines
189 B
Python
"""
|
|
Röntgen project: simple Python map renderer for OpenStreetMap and icon set.
|
|
"""
|
|
|
|
__url__ = "https://github.com/enzet/Roentgen"
|
|
__author__ = "Sergey Vartanov"
|
|
__email__ = "me@enzet.ru"
|