Files
encoach_backend/app/services/impl/exam/level/__init__.py
2024-10-01 19:31:01 +01:00

5 lines
69 B
Python

from .level import LevelService
__all__ = [
"LevelService"
]