* adds new model and mixin * adds new functionality for Mailer class for sending resubmission mails
14 lines
326 B
Python
14 lines
326 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 15.11.21
|
|
|
|
"""
|
|
from .object import *
|
|
from .deadline import *
|
|
from .document import *
|
|
from .geometry import *
|
|
from .parcel import *
|
|
from .resubmission import *
|