summaryrefslogtreecommitdiff
path: root/qutebrowser/api/__init__.py
blob: 773206486477e535647e7b951b24a81c3d1e779b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2018-2021 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.
"""