TIF_E41211115_Genso_quiz_ba.../app/mapper/__init__.py

10 lines
220 B
Python

from .user_mapper import UserMapper
from .quiz_mapper import map_quiz_entity_to_schema, quiz_to_recomendation_mapper
__all__ = [
"UserMapper",
"map_quiz_entity_to_schema",
"quiz_to_recomendation_mapper",
]