mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-12-28 16:06:40 +01:00
11 lines
162 B
Python
11 lines
162 B
Python
class DocumentLoader:
|
|
"""Document loader"""
|
|
|
|
|
|
class TextManipulator:
|
|
"""Text manipulation"""
|
|
|
|
|
|
class DocumentManipulator:
|
|
"""Document manipulation"""
|