Welcome to mirror list, hosted at ThFree Co, Russian Federation.

__init__.py « bl_keymap_utils « modules « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e00776d3466aa833ce908e4d10aa3bb478dd94f1 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0-or-later

# <pep8 compliant>

__all__ = (
    "io",
    "keymap_from_toolbar",
    "keymap_hierarchy",
)