diff options
author | Prabhu Ramachandran | 2017-11-17 01:32:41 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-11-17 01:32:41 +0530 |
commit | 11398aa97298dd72391e92ff7e9b687f8cb1fe9f (patch) | |
tree | a0dcfeef4e31e5024a4d962579c2a9e72aa4c32c /advanced_python/Makefile | |
parent | e93ca72debbcadbe357900c701f45575bb2142be (diff) | |
download | python-workshops-11398aa97298dd72391e92ff7e9b687f8cb1fe9f.tar.gz python-workshops-11398aa97298dd72391e92ff7e9b687f8cb1fe9f.tar.bz2 python-workshops-11398aa97298dd72391e92ff7e9b687f8cb1fe9f.zip |
More material on OOP.
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r-- | advanced_python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile index 782fe89..2d9daf2 100644 --- a/advanced_python/Makefile +++ b/advanced_python/Makefile @@ -11,7 +11,8 @@ SLIDES= intro.pdf \ closures.pdf \ practice_functions.pdf \ oop_basics.pdf \ - oop_inheritance.pdf + oop_inheritance.pdf \ + oop_containership.pdf all: $(SLIDES) |