Spaces:
Sleeping
Sleeping
File size: 255 Bytes
8d668ad | 1 2 3 4 5 6 7 | # 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
|