#!/usr/bin/python2

from nfspy.fusefs import main, NFSFuse
main(NFSFuse)
