8 lines
137 B
Python
8 lines
137 B
Python
from .training import ITrainingService
|
|
from .kb import IKnowledgeBase
|
|
|
|
__all__ = [
|
|
"ITrainingService",
|
|
"IKnowledgeBase"
|
|
]
|