From 1ae5575c25242c538d30bd303092f99b9e78b716 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 22 Oct 2014 10:12:16 +0200 Subject: Adding Wrapper class in downloader module + beginning of interpreter module --- src/interpreter/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/interpreter/__init__.py (limited to 'src/interpreter') diff --git a/src/interpreter/__init__.py b/src/interpreter/__init__.py new file mode 100644 index 0000000..bf550ef --- /dev/null +++ b/src/interpreter/__init__.py @@ -0,0 +1,10 @@ +""" +Module used to filter and add data to a dictionary/json string given from the +Wikimedia API. +""" + + +class Interpreter(): + """Class used to filter and add data to a dictionary/json string given from + the Wikimedia API""" + -- cgit v1.2.3