mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-03-06 10:00:39 +03:00
4 lines
115 B
Python
4 lines
115 B
Python
from app.exception_handlers.registry import register_exception_handlers
|
|
|
|
__all__ = ["register_exception_handlers"]
|