diff options
Diffstat (limited to 'src/wikiget/client.py')
| -rw-r--r-- | src/wikiget/client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wikiget/client.py b/src/wikiget/client.py index 2fc4a6c..3a6e40f 100644 --- a/src/wikiget/client.py +++ b/src/wikiget/client.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see <https://www.gnu.org/licenses/>. +"""Handle API calls (via mwclient) for site and image information.""" + import logging from argparse import Namespace |
