12 lines
198 B
C#
12 lines
198 B
C#
|
|
using BotSharp.Core;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace BotSharp.Platform.Rasa
|
|||
|
|
{
|
|||
|
|
public class PlatformSettings : PlatformSettingsBase
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|