d272d911ff
* create package from compensation/views
10 lines
277 B
Python
10 lines
277 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_views import *
|
|
from .eco_account_views import *
|
|
from .payment_views import * |