mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
8 lines
198 B
Python
8 lines
198 B
Python
"""Sources module."""
|
|
|
|
from .chunks import sources_chunks_ns
|
|
from .routes import sources_ns
|
|
from .upload import sources_upload_ns
|
|
|
|
__all__ = ["sources_ns", "sources_chunks_ns", "sources_upload_ns"]
|