"""Celery tasks module.""" from magic_app.app import celery @celery.task def hello_world(): print("Hello, World")