Re-add typing

This commit is contained in:
Yusarina
2024-07-08 09:42:16 +01:00
parent eaafd3bb69
commit cce7e986bb
+1
View File
@@ -1,4 +1,5 @@
import bpy import bpy
import typing
from typing import List, Type from typing import List, Type
# List to store the classes to register # List to store the classes to register