diff --git a/pillar/celery/__init__.py b/pillar/celery/__init__.py index e69de29b..c1a65877 100644 --- a/pillar/celery/__init__.py +++ b/pillar/celery/__init__.py @@ -0,0 +1,6 @@ +"""Tasks to be run by the Celery worker. + +If you create a new submodule/subpackage, be sure to add it to +PillarServer._config_celery() too. + +"""