# -*- coding: utf-8 -*- module SelectableAttr autoload :VERSION, 'selectable_attr/version' autoload :Enum, 'selectable_attr/enum' autoload :Base, 'selectable_attr/base' end