4 lines
54 B
Python
4 lines
54 B
Python
|
|
from app.api.chat import router
|
||
|
|
|
||
|
|
__all__ = ["router"]
|