9 lines
144 B
Python
9 lines
144 B
Python
# SPDX-FileCopyrightText: 2002-2023 Blender Foundation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
__all__ = (
|
|
"batch",
|
|
"presets",
|
|
)
|