Add top-level docstring to lookup.py

This commit is contained in:
Edward Betts 2023-11-17 12:23:03 -03:00
parent d425133423
commit 62dad7640a

View file

@ -1,4 +1,5 @@
#!/usr/bin/python3
"""Reverse geocode: convert lat/lon to Wikidata item & Wikimedia Commons category."""
import random
import typing