mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40: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"]
|