mirror of
https://github.com/Ai-hack-MAGNUM-OPUS/backend.git
synced 2025-02-16 20:00:31 +03:00
9 lines
120 B
Python
9 lines
120 B
Python
from celery import shared_task
|
|
|
|
from checker.models import Docx
|
|
|
|
|
|
@shared_task
|
|
def process_file(file: Docx):
|
|
return
|