diff options
Diffstat (limited to 'aiml/__init__.py')
-rw-r--r-- | aiml/__init__.py | 4 |
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 |