#!/usr/bin/env python

from ipfs_api_mount.commands import IPFSApiMountCommand


if __name__ == '__main__':
    IPFSApiMountCommand().run()
