using Bot.Builder.Community.Components.Shared.Adapters;
using System;
using System.Collections.Generic;
using System.Text;
namespace Bot.Builder.Community.Adapters.Zoom.Component
{
///
/// Zoom adapter bot plugin.
///
public class ZoomAdapterBotComponent
: AdapterBotComponent
{
}
}