mshetairy's picture
Update naive_chatbot/__init__.py
8d668ad verified
raw
history blame contribute delete
255 Bytes
# Empty __init__.py file
# This file serves as a marker for the package and doesn't require any specific code
# for this particular project. The functionality resides within the `NaiveChatbot` class.
from naive_chatbot.naive_chatbot import NaiveChatbot