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...
233136f
Lin
/
backend
/
celery_tasks
/
__init__.py
Zelyanoth
jj
233136f
24 days ago
raw
Copy download link
history
blame
Safe
204 Bytes
# Initialize the celery_tasks package
from
.
import
content_tasks
from
.
import
schedule_loader
# Import all tasks to ensure they are registered with Celery
__all__ = [
'content_tasks'
,
'schedule_loader'
]