sawaw/sawaw/__init__.py

3 lines
119 B
Python
Raw Normal View History

2023-11-13 22:37:32 +01:00
from .openai_gpt import analyze as analyze_gpt3_5
from .sentiments import SentimentResult
from .entry import SAWAWEntry