Spaces:
Sleeping
Sleeping
Update naive_chatbot/__init__.py
Browse files
naive_chatbot/__init__.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
# Empty __init__.py file
|
2 |
-
|
3 |
-
# This file serves as a marker for the package and doesn't require any specific code
|
4 |
-
# for this particular project. The functionality resides within the `NaiveChatbot` class.
|
5 |
-
|
6 |
-
from naive_chatbot.naive_chatbot import NaiveChatbot
|
7 |
-
from naive_chatbot.retvec_chatbot import RetvecChatbot
|
|
|
1 |
+
# Empty __init__.py file
|
2 |
+
|
3 |
+
# This file serves as a marker for the package and doesn't require any specific code
|
4 |
+
# for this particular project. The functionality resides within the `NaiveChatbot` class.
|
5 |
+
|
6 |
+
from naive_chatbot.naive_chatbot import NaiveChatbot
|
|