#!/usr/bin/python2 -s

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