(self)
| 86 | sport2_arg = parser_sport2.add_argument("sport", help="Enter name of a sport", choices=sport_item_strs) |
| 87 | |
| 88 | def __init__(self) -> None: |
| 89 | super().__init__() |
| 90 | |
| 91 | # subcommand functions for the base command |
| 92 | def base_foo(self, args) -> None: |