mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
13 lines
291 B
C#
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 {
|
|
}
|
|
}
|