aboutsummaryrefslogtreecommitdiff
path: root/src/wikiget/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/wikiget/client.py')
-rw-r--r--src/wikiget/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wikiget/client.py b/src/wikiget/client.py
index 64c14d9..2729144 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."""
+
from __future__ import annotations
import logging