package frontend

import (
	"github.com/rfjakob/gocryptfs/cryptfs"
)

type File struct {
	cryptfs.File
}