Upload level exam without hooking up to firestore and running in thread, will do this when I have the edit view done
This commit is contained in:
7
modules/training_content/__init__.py
Normal file
7
modules/training_content/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .kb import TrainingContentKnowledgeBase
|
||||
from .service import TrainingContentService
|
||||
|
||||
__all__ = [
|
||||
"TrainingContentService",
|
||||
"TrainingContentKnowledgeBase"
|
||||
]
|
||||
Reference in New Issue
Block a user