deveshm8's picture
create embeddings of ppt and store metadata of files in tables
b9737c3
raw
history blame contribute delete
394 Bytes
from ._content_delivery_service import ContentDeliveryService
from ._user_service import UserService
from ._slack_bot_service import SlackBotService
from ._slack_team_service import SlackTeamService
from ._file_service import FileService
__all__ = ["ContentDeliveryService", "UserService", "SlackBotService", "SlackTeamService", "FileService"]
__version__ = "0.1.0"
__author__ = "Ashok Bhati"