using Kruzya.TelegramBot.Core; namespace West.TelegramBot.CodeWatcher { public class CodeWatcher : Module { public CodeWatcher(Core core) : base(core) {} } }