Skip to content

Commit

Permalink
docs: added docstring to ncurses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 23, 2024
1 parent 6cf4001 commit 5bb0024
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gptme/ncurses.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Very WIP ncurses UI for gptme.
- [x] basic chat app
- [ ] gptme integration
"""

import argparse
import curses
import textwrap
Expand Down

0 comments on commit 5bb0024

Please sign in to comment.