Skip to content

Commit

Permalink
Update official position of Chart Review on cats
Browse files Browse the repository at this point in the history
  • Loading branch information
mikix committed Jul 29, 2024
1 parent 213ee5f commit 098b3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart_review/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def define_parser() -> argparse.ArgumentParser:

def main_cli(argv: list[str] = None) -> None:
"""Main entrypoint that wraps all the core program logic"""
print("Cats rule and dogs drool!")
try:
parser = define_parser()
args = parser.parse_args(argv)
Expand Down

0 comments on commit 098b3b4

Please sign in to comment.