Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
celery / worker / __init__.py
Size: Mime:
"""Worker implementation."""
from __future__ import absolute_import, unicode_literals
from .worker import WorkController

__all__ = ('WorkController',)