refactor
This commit is contained in:
18
properties/__init__.py
Normal file
18
properties/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
Text Texture Generator - Properties Module
|
||||
|
||||
This module contains all property group definitions and configuration systems
|
||||
for the text texture generator addon.
|
||||
"""
|
||||
|
||||
from .property_groups import (
|
||||
TEXT_TEXTURE_ImageOverlay,
|
||||
TEXT_TEXTURE_Preset,
|
||||
TEXT_TEXTURE_Properties
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'TEXT_TEXTURE_ImageOverlay',
|
||||
'TEXT_TEXTURE_Preset',
|
||||
'TEXT_TEXTURE_Properties',
|
||||
]
|
||||
Reference in New Issue
Block a user