Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zelyanoth
/
Lin
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
026b511
Lin
/
backend
/
celery_tasks
/
__init__.py
Zelyanoth
S
85054d5
11 days ago
raw
Copy download link
history
blame
Safe
200 Bytes
# Initialize the celery_tasks package
from
.
import
content_tasks
from
.
import
schedule_loader
# This ensures that the tasks are registered with Celery
__all__ = [
'content_tasks'
,
'schedule_loader'
]