feat: Add __init__.py for integrations module
#10
by MouleeswaranM - opened
brain/app/integrations/__init__.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""FairRelay integrations - LoRRI and other TMS platforms."""
|
| 2 |
+
from app.integrations.lorri import router as lorri_router
|
| 3 |
+
|
| 4 |
+
__all__ = ["lorri_router"]
|