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

hemamaps / celery   python

Repository URL to install this package:

Version: 3.1.23 

/ utils / dispatch / __init__.py

# -*- coding: utf-8 -*-
from __future__ import absolute_import

from .signal import Signal

__all__ = ['Signal']