using System; using System.Collections.Generic; using System.Text; namespace TelegramBotBase.Localizations { public class German : Localization { public German() : base() { } } }