python how to create empty class

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "python how to create empty class"
Habiba
16 Oct 2019
1#create empty class:
2
3class Person:
4  pass