Files
Bubbles/image/__init__.py
2025-09-25 11:32:32 +08:00

6 lines
101 B
Python

"""图像生成功能模块"""
from .img_aliyun_image import AliyunImage
__all__ = ['AliyunImage']