reformat file

This commit is contained in:
Maximilian Keßler 2023-07-04 22:19:13 +02:00
parent 17195a17ad
commit 6190a156f4
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -66,6 +66,7 @@ def main_parser() -> argparse.ArgumentParser:
return parser
def hanabi_cli():
args = main_parser().parse_args()
switcher = {
@ -80,4 +81,4 @@ def hanabi_cli():
if __name__ == "__main__":
hanabi_cli()
hanabi_cli()