summaryrefslogtreecommitdiff
path: root/aiml/__init__.py
blob: 75e188dd640e5b901a516a998bb0369b232019ce (plain)
1
2
3
4
__all__ = []

# The Kernel class is the only class most implementations should need.
from Kernel import Kernel