Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 8, 2024
1 parent 603d2da commit 8591f62
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ import module_1
import module_1.submodule_1

def function_1(
arg_1: int, arg_2: module_1.ClassA, arg_3: bpy.typing.Enum1,
arg_4: bpy.typing.Enum1, arg_5: bpy.typing.Enum1
arg_1: int,
arg_2: module_1.ClassA,
arg_3: bpy.typing.Enum1,
arg_4: bpy.typing.Enum1,
arg_5: bpy.typing.Enum1
) -> module_1.submodule_1.BaseClass1:
"""function_1 description
Expand Down

0 comments on commit 8591f62

Please sign in to comment.