[Hotfix] Database-lib does not implement multiple inheritance
If a class A is of class B and C, it is of multiple inheritance. A **kwargs
parameter should be implemented, so child classes can call a super()init() of multiple parents at the same time. See: https://stackoverflow.com/questions/34884567/python-multiple-inheritance-passing-arguments-to-constructors-using-super