8 lines
169 B
Python
8 lines
169 B
Python
from .kb import TrainingContentKnowledgeBase
|
|
from .service import TrainingContentService
|
|
|
|
__all__ = [
|
|
"TrainingContentService",
|
|
"TrainingContentKnowledgeBase"
|
|
]
|