<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""
Set global variables for objects in a GRASS GIS Spatial Database

(C) 2020 by the GRASS Development Team
This program is free software under the GNU General Public
License (&gt;=v2). Read the file COPYING that comes with GRASS
for details.

.. sectionauthor:: Linda Kladivova &lt;linda.kladivova seznam cz&gt;
"""

# global variables
default_location = "world_latlong_wgs84"
temporary_location = "tmploc"
unknown_location = "&lt;UNKNOWN&gt;"
unknown_mapset = "&lt;UNKNOWN&gt;"
permanent_mapset = "PERMANENT"
</pre></body></html>