summaryrefslogtreecommitdiff
path: root/aiml/__init__.py
diff options
context:
space:
mode:
authoryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-12-04 23:40:36 +0000
committeryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-12-04 23:40:36 +0000
commit400958e540150b65cbf59467ea61aa4e654f4542 (patch)
tree3cc5ed7ce8d183534dfa58cf39caa4dd420d4d12 /aiml/__init__.py
parent6153ba1277632d74105170c182594d3833636fa7 (diff)
downloadomegle-400958e540150b65cbf59467ea61aa4e654f4542.tar.gz
omegle-400958e540150b65cbf59467ea61aa4e654f4542.zip
aiml bot
git-svn-id: http://xapek.org/svn/common/omegle@1473 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'aiml/__init__.py')
-rw-r--r--aiml/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/aiml/__init__.py b/aiml/__init__.py
new file mode 100644
index 0000000..75e188d
--- /dev/null
+++ b/aiml/__init__.py
@@ -0,0 +1,4 @@
+__all__ = []
+
+# The Kernel class is the only class most implementations should need.
+from Kernel import Kernel