vse_toolbox/resources/trackers/tracker.py

9 lines
190 B
Python
Raw Permalink Normal View History

2023-04-20 00:12:39 +02:00
import bpy
2023-03-14 13:38:04 +01:00
from bpy.types import PropertyGroup
2023-04-20 00:12:39 +02:00
from bpy.props import PointerProperty, StringProperty
from vse_toolbox.file_utils import norm_str
2023-03-14 13:38:04 +01:00
class Tracker(PropertyGroup):
2023-04-20 00:12:39 +02:00
pass