4 lines
46 B
Python
4 lines
46 B
Python
|
|
from celery import Celery
|
|
|
|
celery = Celery()
|
|
|
from celery import Celery
|
|
|
|
celery = Celery()
|