mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
6 lines
106 B
Python
6 lines
106 B
Python
|
MIN_LATITUDE = -90.0
|
||
|
MAX_LATITUDE = 90.0
|
||
|
MIN_LONGITUDE = -180.0
|
||
|
MAX_LONGITUDE = 180.0
|
||
|
CACHE_DIR = "cache"
|