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.match_names.match_names import match_names
from src.good_ai.utilities.match_names.match_names import match_names
class TestMatchNames(unittest.TestCase):