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: 18.12.20
|
|
|
|
"""
|
|
COMPENSATION_IDENTIFIER_LENGTH = 10
|
|
COMPENSATION_IDENTIFIER_TEMPLATE = "KOM-{}" |