Cosmos/Users/Kudzu/Hive/Kudzu.Hive/Class1.cs

13 lines
291 B
C#

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 {
}
}