9 lines
261 B
Python
9 lines
261 B
Python
|
"""
|
||
|
Author: Michel Peltriaux
|
||
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
||
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
||
|
Created on: 30.11.20
|
||
|
|
||
|
"""
|
||
|
INTERVENTION_IDENTIFIER_LENGTH = 10
|
||
|
INTERVENTION_IDENTIFIER_TEMPLATE = "EIV-{}"
|