summaryrefslogtreecommitdiff
path: root/lib/feature.rb
blob: 9616135239c75fe6349495404458922a9c4d5a0f (plain)
1
2
3
4
5
6
7
module OpenTox
  
  class Feature
    include OtObject
  end

end