Skip to content

Commit

Permalink
Merge pull request #18 from dholab/proposals
Browse files Browse the repository at this point in the history
Git milk?
  • Loading branch information
islaemmen authored May 15, 2024
2 parents 793d678 + df45120 commit 2d6c44d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions scripts/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@
from normalize import remove_duplicate_rows, validate_asset_files



GIT_MILK_BANNER = r"""
___ ___ ___
.-. ( ) .-. ( ) ( ) .---.
.--. ( __) | |_ ___ .-. .-. ( __) | | | | ___ / _ \
/ \ (''") ( __) ( ) ' \ (''") | | | | ( ) | | `. .
; ,-. ' | | | | | .-. .-. ; | | | | | | ' / (___) | |
| | | | | | | | ___ | | | | | | | | | | | |,' / .-'_/
| | | | | | | |( ) | | | | | | | | | | | . '. | |
| | | | | | | | | | | | | | | | | | | | | | `. \ |_|
| ' | | | | | ' | | | | | | | | | | | | | | \ \
' `-' | | | ' `-' ; | | | | | | | | | | | | \ . .-.
`.__. | (___) `.__. (___)(___)(___)(___) (___) (___ ) (___) ( )
( `-' ; `-'
`.__.
"""


def parse_command_line_args() -> argparse.Namespace:
"""Parse command line arguments."""
parser = argparse.ArgumentParser()
Expand Down Expand Up @@ -63,4 +81,5 @@ async def main() -> None:


if __name__ == "__main__":
print(GIT_MILK_BANNER)
asyncio.run(main())

0 comments on commit 2d6c44d

Please sign in to comment.