using System; using Kruzya.TelegramBot.Core; using Kruzya.TelegramBot.Core.Data; using Kruzya.TelegramBot.Core.Extensions; using Microsoft.Extensions.DependencyInjection; namespace Kruzya.TelegramBot.UrlLimitations { public class UrlLimitations : Module { public UrlLimitations(Core.Core core) : base(core) { } } }