#!/usr/bin/python

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