diff --git a/examples/stories/movie_lister/README.rst b/examples/stories/movie_lister/README.rst new file mode 100644 index 00000000..c333fe7c --- /dev/null +++ b/examples/stories/movie_lister/README.rst @@ -0,0 +1,7 @@ +A naive example of dependency injection in Python +================================================= + +Example implementation of dependency injection in Python from Martin Fowler's +article about dependency injection and inversion of control: + +http://www.martinfowler.com/articles/injection.html