mpeltriaux
fd8ce4b2ec
* create package from compensation/urls * renames modules inside of compensation/urls and compensation/views
11 lines
260 B
Python
11 lines
260 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 16.11.21
|
|
|
|
"""
|
|
from .compensation import *
|
|
from .eco_account import *
|
|
from .payment import *
|