content/hifi-content/caitlyn/scratch/hifi_tools (5)/files/__init__.py
2022-02-13 22:19:19 +01:00

8 lines
148 B
Python

if "bpy" in locals():
import importlib
importlib.reload(hifi_json)
else:
from . import (
hifi_json
)
import bpy