mirror of
https://github.com/more-tech4-magnum-opus/backend.git
synced 2024-11-13 07:46:40 +03:00
7 lines
85 B
Python
7 lines
85 B
Python
from celery import shared_task
|
|
|
|
|
|
@shared_task
|
|
def process_dir(path):
|
|
return path
|