using Learn.Utils; namespace Learn.Config; [ConfigItem("TMDB")] public class TMDBConfig : IConfigItem { public string ApiKey = ""; }