diff options
Diffstat (limited to 'src/interpreter/__init__.py')
-rw-r--r-- | src/interpreter/__init__.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/interpreter/__init__.py b/src/interpreter/__init__.py deleted file mode 100644 index bf550ef..0000000 --- a/src/interpreter/__init__.py +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | """ | ||
2 | Module used to filter and add data to a dictionary/json string given from the | ||
3 | Wikimedia API. | ||
4 | """ | ||
5 | |||
6 | |||
7 | class Interpreter(): | ||
8 | """Class used to filter and add data to a dictionary/json string given from | ||
9 | the Wikimedia API""" | ||
10 | |||