using Learn.Utils; namespace Learn.Config; [ConfigItem("Proxy")] public class ProxyConfig : IConfigItem { public string HttpProxy = ""; }