layerview.common.mixins module

Common mixins.

class layerview.common.mixins.MixinMarkdown[source]

Bases: ABC

_abc_impl = <_abc_data object>
abstract as_markdown() str[source]

Return Markdown string representation for this object.

Returns:

Markdown string representation for this object.

Return type:

str