first commit

This commit is contained in:
2024-11-07 17:44:29 +03:00
commit 643d6d8f65
247 changed files with 420800 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from .api_exception_handlers.http_exception_handler import (
exception_handler_http,
exception_handler_exception,
)
__all__ = [
"exception_handler_http",
"exception_handler_exception",
]