mshetairy commited on
Commit
8d668ad
·
verified ·
1 Parent(s): 001179f

Update naive_chatbot/__init__.py

Browse files
Files changed (1) hide show
  1. naive_chatbot/__init__.py +6 -7
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