mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-01-30 13:59:44 +08:00
6 lines
101 B
Python
6 lines
101 B
Python
"""图像生成功能模块"""
|
|
|
|
from .img_aliyun_image import AliyunImage
|
|
|
|
__all__ = ['AliyunImage']
|