2023-08-16 00:20:26 +10:00
|
|
|
# SPDX-FileCopyrightText: 2009-2023 Blender Authors
|
2023-06-15 13:09:04 +10:00
|
|
|
#
|
2022-02-11 09:07:11 +11:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2018-10-18 16:46:43 +11:00
|
|
|
|
2024-03-17 17:23:16 +11:00
|
|
|
__all__ = (
|
|
|
|
|
"ToolDef",
|
|
|
|
|
)
|
|
|
|
|
|
2018-10-18 16:46:43 +11:00
|
|
|
# Until we untangle ToolDef from bl_ui internals,
|
|
|
|
|
# use this module to document ToolDef.
|
|
|
|
|
from bl_ui.space_toolsystem_common import ToolDef
|