BotSharp/BotSharp.Platform.Rasa/PlatformSettings.cs

12 lines
198 B
C#
Raw Normal View History

2018-11-19 15:20:59 +00:00
using BotSharp.Core;
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.Rasa
{
public class PlatformSettings : PlatformSettingsBase
{
}
}