Answers for "how to create an empty class in python"

1

python how to create empty class

#create empty class:

class Person:
  pass
Posted by: Guest on July-14-2021

Code answers related to "how to create an empty class in python"

Python Answers by Framework

Browse Popular Code Answers by Language