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    
lib-py-b2b / order_action.py
Size: Mime:


class OrderActionHandler:
    @staticmethod
    def handle_create(data):
        pass

    @staticmethod
    def handle_update(data):
        pass

    @staticmethod
    def handle_cancel(data):
        pass