File size: 105 Bytes
b9e05b0
 
 
 
1
2
3
4
from src.basicchatbot.main import load_basic_chatbot

if __name__ == "__main__":
    load_basic_chatbot()