using System;


namespace PowerTools{
	
	[At("/v1/file/")]
	public class FileEndpoint : DirectoryEndpoint{
	}
	
}