This is the initial release of `textual-cogs`, an add-on package for [Textual](https://textual.textualize.io/) that is currently focused on providing simple dialogs to make your TUI development easier. In this release, you get the following dialogs:
- Generic `MessageDialog` - shows messages to the user
- `SaveFileDialog` - gives the user a way to select a location to save a file
- `TextEntryDialog` - Ask the user a question and get their answer using an `Input` widget
Enjoy!