Skip to content
Snippets Groups Projects
Verified Commit 89f9a7f7 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

ui: add missing module docstring

parent 9789bd35
No related branches found
No related tags found
No related merge requests found
Pipeline #377847 failed
......@@ -16,6 +16,13 @@
# You should have received a copy of the GNU General Public License
# along with GWDataFind. If not, see <http://www.gnu.org/licenses/>.
"""User interface functions for GWDataFind.
These are all imported to the top-level namespace, so should be
referred to in usage as ``gwdatafind.<function>`` and not
``gwdatafind.ui.<function>``
"""
from functools import wraps
from re import compile as compile_regex
from urllib.parse import urlparse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment