xxxxxxxxxx
class ClassName(object):
pass
#object is not a keyword
#”object” is a kind of placeholder, letting Python know you don’t want to inherit the properties of some other class. You’re making a class with the very basic rules, and your code will set up everything else