# app/modules/loyalty/tasks/__init__.py """ Loyalty module Celery tasks. Background tasks for: - Point expiration - Wallet synchronization """ __all__: list[str] = []