summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/__init__.py
blob: 117420b78b85c685a599274b007adf69d4987b85 (plain)
1
2
3
4
5
# Copyright 2014-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

"""Modules related to the command completion."""