8 lines
125 B
C#
8 lines
125 B
C#
|
|
using BotSharp.Abstraction.Knowledges;
|
||
|
|
|
||
|
|
namespace BotSharp.Core.Knowledges;
|
||
|
|
|
||
|
|
public class KnowledgeBase : IKnowledgeBase
|
||
|
|
{
|
||
|
|
}
|