[python][properties] Allow to create TypeTags from existing c++ headers
Usage:
newTypeTag = CppTypeTag(name="TwoP", include="dumux/porousmediumflow/2p/model.hh")
myModel = Model(inheritsFrom=(newTypeTag,), gridGeometry=gridGeometry)
Edited by Timo Koch