#!/usr/bin/env python3 # Python user-defined exceptions class IPFSexception(Exception): "Raised an error running an IPFS command" pass