File headers: use SPDX license identifiers
[blender-addons.git] / magic_uv / lib / __init__.py
blob76eaf4800d995da68a9f5d65c6d99fb89787917b
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # <pep8-80 compliant>
5 __author__ = "Nutti <nutti.metro@gmail.com>"
6 __status__ = "production"
7 __version__ = "6.5"
8 __date__ = "6 Mar 2021"
10 if "bpy" in locals():
11 import importlib
12 importlib.reload(bglx)
13 else:
14 from . import bglx
16 import bpy