4 lines
75 B
Python
4 lines
75 B
Python
|
from bpy.types import PropertyGroup
|
||
|
|
||
|
class Tracker(PropertyGroup):
|
||
|
pass
|