diff --git a/Start/Ch 1/class_start.py b/Start/Ch 1/class_start.py index 2c824f9..f23cb50 100644 --- a/Start/Ch 1/class_start.py +++ b/Start/Ch 1/class_start.py @@ -1,6 +1,6 @@ # Python Object Oriented Programming by Joe Marini course example # Using class-level and static methods - +# class Book: # TODO: Properties defined at the class level are shared by all instances