File size: 148 Bytes
a36d63a
 
 
 
1
2
3
4
5
"""FairRelay integrations - LoRRI and other TMS platforms."""
from app.integrations.lorri import router as lorri_router

__all__ = ["lorri_router"]