* adds model ExternalIdentifier to support linking between external ids and internal ids
9 lines
237 B
Python
9 lines
237 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 21.01.22
|
|
|
|
"""
|
|
from .token import *
|
|
from .external_identifier import * |