Formatting
This commit is contained in:
		| @@ -1,5 +1,6 @@ | ||||
| #!/usr/bin/env | ||||
| """ | ||||
| """creatures.py | ||||
| ---------------- | ||||
| This module implements a simple console application to manage a list of creatures. | ||||
| It provides functionalities to add a creature to the list, lookup creatures with  | ||||
| autocomplete support (press tab to auto-complete creature names), and quit the  | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| #!/usr/bin/env python3 | ||||
| """ | ||||
| """mtg.py | ||||
| ---------------- | ||||
| This module defines a command-line interface (CLI) application which allows | ||||
| users to interact with a predefined list of completion options, specifically, | ||||
| card names from the "Alara Reborn" set. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user