1 import imports.test18938b.file;
2 class IconThemeGroup : IniLikeGroup
3 {
this()4     this()
5     {
6         super("Icon Theme");
7     }
8 
9     ///setter
inherits()10     string inherits()() {
11     }
12 
13 }
14