Cosmos/Users/Kudzu/Hive/Kudzu.Hive/Class1.cs
kudzu_cp a58ad95c10
2014-07-14 15:56:02 +00:00

13 lines
304 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 {
}
}