Move folders
This commit is contained in:
parent
ba2e252759
commit
3cf28379e8
89 changed files with 47 additions and 31 deletions
|
|
@ -1,6 +1,10 @@
|
|||
import unittest
|
||||
|
||||
from src.utilities import english_name_of_language, is_english, predict_language
|
||||
from src.great_ai.utilities import (
|
||||
english_name_of_language,
|
||||
is_english,
|
||||
predict_language,
|
||||
)
|
||||
|
||||
|
||||
class TestLanguage(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue