using System;


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