Configuration arguments for creating a Python class.
The name of the class
Optional
The module name containing the class
The parent classes to inherit from
Decorators to apply to the class
Documentation string for the class
Configuration arguments for creating a Python class.