MFLF-Demo / src /main.py
gkijkul's picture
more graph setup, comments on how the flow should work
6f25479
raw
history blame contribute delete
107 Bytes
# from chatbot.graph_manager
def main():
print("Hello, World!")
if __name__ == "__main__":
main()