Just updates toml to tolmlib

Blender decided to change something and not documented should fix some issues.
This commit is contained in:
Yusarina
2024-12-01 02:20:38 +00:00
parent 6b6773e70a
commit 8938a38620
+1 -1
View File
@@ -1,6 +1,6 @@
import bpy import bpy
import os import os
import toml import tomllib
import json import json
from bpy.types import AddonPreferences from bpy.types import AddonPreferences
from typing import Any, Dict from typing import Any, Dict