Christophe SEUX d2caf90ea2 upload
2023-04-20 00:12:39 +02:00

9 lines
190 B
Python

import bpy
from bpy.types import PropertyGroup
from bpy.props import PointerProperty, StringProperty
from vse_toolbox.file_utils import norm_str
class Tracker(PropertyGroup):
pass