Files
encoach_backend/app/utils/__init__.py
2024-10-01 19:31:01 +01:00

6 lines
90 B
Python

from .handle_exception import handle_exception
__all__ = [
"handle_exception"
]