trueFalse added to listening
This commit is contained in:
5
app/services/impl/exam/shared/__init__.py
Normal file
5
app/services/impl/exam/shared/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .true_false import TrueFalse
|
||||
|
||||
__all__ = [
|
||||
"TrueFalse"
|
||||
]
|
||||
Reference in New Issue
Block a user