mirror of
https://github.com/AdaCore/learn.git
synced 2026-02-12 13:00:42 -08:00
5 lines
120 B
Python
5 lines
120 B
Python
#!/usr/bin/env python
|
|
from app import create_celery
|
|
|
|
# Main entry point for celery worker tasks
|
|
celery = create_celery() |