summaryrefslogtreecommitdiff
path: root/src/interpreter/__init__.py
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-10-22 10:46:11 +0200
committerPacien TRAN-GIRARD2014-10-22 10:46:11 +0200
commit413f7faa5b3235ea0e00b68132b7e92917831dee (patch)
treec2269ef3ad8fc801a0234b61f68f487aadd34dda /src/interpreter/__init__.py
parent046384051a6fd2aeab692263e9d533d363e45572 (diff)
parent1ae5575c25242c538d30bd303092f99b9e78b716 (diff)
downloadwikistats-413f7faa5b3235ea0e00b68132b7e92917831dee.tar.gz
Merge remote-tracking branch 'origin/master'
Resolved conflicts: src/downloader/__init__.py
Diffstat (limited to 'src/interpreter/__init__.py')
-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