8 lines
156 B
Python
8 lines
156 B
Python
from .training import TrainingService
|
|
from .kb import TrainingContentKnowledgeBase
|
|
|
|
__all__ = [
|
|
"TrainingService",
|
|
"TrainingContentKnowledgeBase"
|
|
]
|