Spaces:
Sleeping
Sleeping
| """ | |
| Infographics Generator package | |
| """ | |
| from modules.infographics_generator.infographics_generator import process | |
| from modules.infographics_generator.color_utils import get_contrast_color | |
| from .infographics_generator import process | |
| from .color_utils import get_contrast_color | |
| from .mask_utils import calculate_mask, calculate_content_height | |
| __all__ = [ | |
| 'process', | |
| 'get_contrast_color', | |
| 'calculate_mask', | |
| 'calculate_content_height', | |
| ] | |