summaryrefslogtreecommitdiff
path: root/src/interpreter
diff options
context:
space:
mode:
authorMinijackson2014-10-22 10:12:16 +0200
committerMinijackson2014-10-22 10:12:16 +0200
commit1ae5575c25242c538d30bd303092f99b9e78b716 (patch)
tree7205153ca51d914bfb1f2e3b5fc5ad81a16d1e2a /src/interpreter
parent7e4f6d06afdcc1887f5e225af550d3d4ab36822c (diff)
downloadwikistats-1ae5575c25242c538d30bd303092f99b9e78b716.tar.gz
Adding Wrapper class in downloader module + beginning of interpreter module
Diffstat (limited to 'src/interpreter')
-rw-r--r--src/interpreter/__init__.py10
1 files changed, 10 insertions, 0 deletions
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 @@
1"""
2Module used to filter and add data to a dictionary/json string given from the
3Wikimedia API.
4"""
5
6
7class Interpreter():
8 """Class used to filter and add data to a dictionary/json string given from
9 the Wikimedia API"""
10