using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Kudzu.Hive { // This is a dummy library which allows me to keep the hive hardcoded // to my path. Other users can clone this for their use in their areas. public class Class1 { } }