Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
khlevin committed Nov 13, 2024
1 parent 997d1ad commit e64b14d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chatdbg/util/exit_message.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from typing import Any


def print_exit_message(*args: Any, **kwargs: Any) -> None:
print("Thank you for using ChatDBG!")
print("Share your success stories here: github.com/plasma-umass/ChatDBG/issues/53")

0 comments on commit e64b14d

Please sign in to comment.