summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
new file mode 100644
index 0000000..9616135
--- /dev/null
+++ b/lib/feature.rb
@@ -0,0 +1,7 @@
+module OpenTox
+
+ class Feature
+ include OtObject
+ end
+
+end