""" Celery Application Entry Point 用於啟動 Celery worker 和 beat scheduler """ from tasks import celery if __name__ == '__main__': celery.start()