turning mandelbrot into a package master
authorGeorgios Atheridis <atheridis@tutamail.com>
Thu, 7 Jul 2022 12:32:34 +0000 (15:32 +0300)
committerGeorgios Atheridis <atheridis@tutamail.com>
Thu, 7 Jul 2022 12:32:34 +0000 (15:32 +0300)
commitadc32689902e704116a3928f65fc59506744d7e9
tree925b319f5a1203730f0515e11a2e911b24f2dfbc
parent3176c714e9b014e41b9860e4068b1af26c122225
turning mandelbrot into a package
.flake8 [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
mandelbrot.py [deleted file]
mandelbrot/__init__.py [new file with mode: 0644]
mandelbrot/args.py [new file with mode: 0644]
mandelbrot/main.py [new file with mode: 0644]
mandelbrot/mandelbrot.py [new file with mode: 0644]
requirements.txt
setup.py [new file with mode: 0644]