Python has not automatically make abstract class.
if we want make abstract , we have to import packages define by python.
Abstract class: In class if any function which is abstract that means not definition .
If we inherit the those class then we must define the abstract method other these is also become abstract.