mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-23 14:00:35 +01: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"
|