4 lines
196 B
Python
4 lines
196 B
Python
# This module only exists inside Blender's embedded Python.
|
|
# This file exists to satisfy type checkers that require a source file.
|
|
raise ImportError("_rna_info is only available inside Blender")
|