Files
15 lines
210 B
Python
15 lines
210 B
Python
"""
|
|
Research API Module
|
|
|
|
Standalone API endpoints for the Research Engine.
|
|
Can be used by any tool or directly via API.
|
|
|
|
Author: ALwrity Team
|
|
Version: 2.0
|
|
"""
|
|
|
|
from .router import router
|
|
|
|
__all__ = ["router"]
|
|
|