On Thu, 29 Oct 2020 19:08:26 -0500 Taylor Simpson <[email protected]> wrote:
> +from hex_common import *
I'd suggest to avoid `import *`.
See:
python -c 'import this' | sed -n '4p'
--
Alessandro Di Federico
rev.ng
On Thu, 29 Oct 2020 19:08:26 -0500 Taylor Simpson <[email protected]> wrote:
> +from hex_common import *
I'd suggest to avoid `import *`.
See:
python -c 'import this' | sed -n '4p'
--
Alessandro Di Federico
rev.ng