sorbetto.annotation.abstract_annotation module

class sorbetto.annotation.abstract_annotation.AbstractAnnotation(name: str | None = None)[source]

Bases: ABC

This is the base class for all annotations, which are things that are drawn on top of Tiles.

abstract draw(tile: Tile, fig: Figure, ax: Axes) None[source]
property name: str