More experimentation

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-03 21:46:35 +02:00
parent c01d55d291
commit c11880483d
43 changed files with 749 additions and 496 deletions

View file

@ -1,6 +1,6 @@
import unittest
from src.sus.get_sentences import get_sentences
from src.good_ai.utilities.get_sentences import get_sentences
class TestGetSentences(unittest.TestCase):