summaryrefslogtreecommitdiff
path: root/src/interpreter/__init__.py
blob: bf550ef15941b14487b963625faac2cb0c65c625 (plain)
1
2
3
4
5
6
7
8
9
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"""