sawaw/sawaw/__init__.py

3 lines
119 B
Python

from .openai_gpt import analyze as analyze_gpt3_5
from .sentiments import SentimentResult
from .entry import SAWAWEntry