From e5676010c85ec411ccaa9fedccfae9a119246607 Mon Sep 17 00:00:00 2001 From: Konstantin Chudinov Date: Wed, 11 Mar 2015 23:38:04 +0300 Subject: [PATCH] First commit. Nothing especial --- strategy.py | 1 + 1 file changed, 1 insertion(+) 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