backend/checker/tasks.py

9 lines
120 B
Python

from celery import shared_task
from checker.models import Docx
@shared_task
def process_file(file: Docx):
return