diff --git a/strategy.py b/strategy.py index 8c7a9b5a..be3b47e2 100644 --- a/strategy.py +++ b/strategy.py @@ -7,6 +7,7 @@ http://en.wikipedia.org/wiki/Strategy_pattern), however Python supports higher-order functions and allows us to have only one class and inject functions into it's instances, as shown in this example. +Just example """ import types