Formatting

This commit is contained in:
2023-09-16 16:51:31 -04:00
parent 0a64bb27ba
commit b25f464a04
13 changed files with 31 additions and 18 deletions

View File

@ -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

View File

@ -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.