6 lines
85 B
Python
6 lines
85 B
Python
from .handle_exception import handle_exception
|
|
|
|
__all__ = [
|
|
"handle_exception"
|
|
]
|