vse_toolbox/resources/trackers/tracker.py

4 lines
75 B
Python

from bpy.types import PropertyGroup
class Tracker(PropertyGroup):
pass