Files
encoach_backend/app/utils/__init__.py

6 lines
85 B
Python

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