dtagfs/source/filesystem.d

14 lines
165 B
D
Raw Normal View History

2016-10-16 01:03:31 +02:00
module dtagfs.filesystem;
import dfuse.fuse;
import dtagfs.tagprovider;
class FileSystem : Operations
{
this(string source, TagProvider[] tagProviders)
{
}
}