10 lines
260 B
Python
10 lines
260 B
Python
|
"""
|
||
|
Author: Michel Peltriaux
|
||
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
||
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
||
|
Created on: 19.08.21
|
||
|
|
||
|
"""
|
||
|
|
||
|
EMA_ACCOUNT_IDENTIFIER_LENGTH = 10
|
||
|
EMA_ACCOUNT_IDENTIFIER_TEMPLATE = "EMA-{}"
|