mpeltriaux
b9b1d64278
* finishes intervention analysis report for cases before 16.06.2018 (LKompVzVo)
13 lines
327 B
Python
13 lines
327 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 19.10.21
|
|
|
|
"""
|
|
|
|
import datetime
|
|
|
|
# Defines the date of the legal publishing of the LKompVzVo
|
|
LKOMPVZVO_PUBLISH_DATE = datetime.date.fromisoformat("2018-06-16")
|