Spaces:
Sleeping
Sleeping
| # 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 | |