package seems to work

This commit is contained in:
Moishe Lettvin
2023-12-27 12:17:00 -05:00
parent 2d24309a94
commit 9e9007f7b7
29 changed files with 42 additions and 75 deletions

View File

View File

@@ -0,0 +1,9 @@
class SearchIndexer():
def __init__(self, story_id):
pass
def index_text(self, text):
pass
def index_image(self, text):
pass