python how to create empty class

Solutions on MaxInterview for python how to create empty class by the best coders in the world

showing results for - "python how to create empty class"
Habiba
16 Oct 2019
1#create empty class:
2
3class Person:
4  pass