mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 13:59:13 +00:00
17 lines
544 B
Python
17 lines
544 B
Python
"""
|
|
!#############################################################################################!
|
|
|
|
global_data.py for pyThtoQgis.py
|
|
|
|
!#############################################################################################!
|
|
"""
|
|
|
|
Version = "2026.01.12"
|
|
|
|
#################################################################################################
|
|
|
|
pathshp = ".\\Inputs\\"
|
|
outputspath = ".\\Outputs\\"
|
|
|
|
# error_count = 0 # Compteur d'erreurs
|
|
debug_log = False |