Python linter online
sudo apt-get install pylint
Clean Cheetah
sudo apt-get install pylint
from PIL import Image, ImageDraw
class Drawer:
def __init__(self, draw_map, cell_size, color="black"):
self.draw_map = draw_map
self.cell_size = cell_size
return im