Source code for derobertis_project_logo.logos.nd

from derobertis_project_logo.logo import Logo
from derobertis_project_logo.shape import Shape


[docs]class ND(Logo):
[docs] def __init__(self): shapes = [ Shape('background'), Shape('foreground'), ] super().__init__('nd', shapes)