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

"""qutebrowser "extensions" which only use the qutebrowser.api API."""