Initial commit

This commit is contained in:
2023-03-14 13:38:04 +01:00
commit 2973fd85d8
16 changed files with 1922 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from bpy.types import PropertyGroup
class Tracker(PropertyGroup):
pass