package frontend

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

type FS struct {
	cryptfs.FS
}