summaryrefslogtreecommitdiff
path: root/qutebrowser/api/__init__.py
blob: cd511f2fcc7506ec10297e1d4e14838c7204ba2a (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

"""API for extensions.

This API currently isn't exposed to third-party extensions yet, but will be in
the future. Thus, care must be taken when adding new APIs here.

Code in qutebrowser.components only uses this API.
"""