Initiate repository
This commit is contained in:
13
knowledgehub/loaders/base.py
Normal file
13
knowledgehub/loaders/base.py
Normal file
@@ -0,0 +1,13 @@
|
||||
class DocumentLoader:
|
||||
"""Document loader"""
|
||||
pass
|
||||
|
||||
|
||||
class TextManipulator:
|
||||
"""Text manipulation"""
|
||||
pass
|
||||
|
||||
|
||||
class DocumentManipulator:
|
||||
"""Document manipulation"""
|
||||
pass
|
Reference in New Issue
Block a user