betty.link module¶ An API for linking to web resources. class betty.link.Link[source]¶ Bases: ABC A link to a web resource. abstract property label: Localizable¶ The human-readable short link label. abstract property url: str¶ The absolute URL the link points to.