mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 22:00:53 +00:00
17 lines
523 B
Python
17 lines
523 B
Python
"""
|
|
!#############################################################################################!
|
|
|
|
global_data.py for pyThtoQgis.py
|
|
|
|
!#############################################################################################!
|
|
"""
|
|
|
|
Version = "2026.03.01"
|
|
|
|
#################################################################################################
|
|
|
|
pathshp = ".\\Inputs\\"
|
|
outputspath = ".\\Outputs\\"
|
|
output_log = ".\\pyThtoQgis.log"
|
|
|
|
debug_log = False |