From 252361433ded97191ae3b1f65c35d2ea28d685cb Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 15 Oct 2023 00:50:44 +0200 Subject: [PATCH] autopushed --- bin/dice.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/dice.py b/bin/dice.py index 73715b222..748c714da 100755 --- a/bin/dice.py +++ b/bin/dice.py @@ -1,7 +1,9 @@ #!/usr/bin/env python3 +# # https://click.palletsprojects.com/en/8.1.x/arguments/ # https://click.palletsprojects.com/en/8.1.x/options/ -# boilerplate shamelessly cloned from prime.py. +# +# boilerplate shamelessly cloned from prime.py :). import click import math