o2o-castad-backend/app/social/worker/__init__.py

10 lines
201 B
Python

"""
Social Worker Module
소셜 미디어 백그라운드 태스크 모듈입니다.
"""
from app.social.worker.upload_task import process_social_upload
__all__ = ["process_social_upload"]