Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/aiml/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Speak.activity/aiml/__init__.py')
-rwxr-xr-xSpeak.activity/aiml/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Speak.activity/aiml/__init__.py b/Speak.activity/aiml/__init__.py
new file mode 100755
index 0000000..75e188d
--- /dev/null
+++ b/Speak.activity/aiml/__init__.py
@@ -0,0 +1,4 @@
+__all__ = []
+
+# The Kernel class is the only class most implementations should need.
+from Kernel import Kernel