Tutorial
API Documentation
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)