From d6811507c1c1339cc4fe7cdb429b9b34b97dc422 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 22 Oct 2010 17:45:19 +0200 Subject: new API with support for external services (initial version) --- lib/feature.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/feature.rb (limited to 'lib/feature.rb') 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 -- cgit v1.2.3