Files
konova/compensation/views/__init__.py
T
mpeltriaux d272d911ff Refactoring
* create package from compensation/views
2021-11-16 08:58:15 +01:00

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 *