vse_toolbox/resources/trackers/tracker.py

4 lines
75 B
Python
Raw Normal View History

2023-03-14 13:38:04 +01:00
from bpy.types import PropertyGroup
class Tracker(PropertyGroup):
pass