Como fazer uma aula que herda de outra classe de arquivo em Python

Creating a class that inherits from another class
To create a class that inherits from another class, after the class name you'll put parentheses and then list any classes that your class inherits from. In a function definition, parentheses after the function name represent arguments that the function accepts.
Aditya Coding