summaryrefslogtreecommitdiffstats
path: root/tests/js/roots/titles/relevance.py
blob: c4d0eec557f69f34cecd7e808b8647ab3771ae49 (plain)
1
2
3
4
5
6
7
class Example:
    """Example class"""
    num_attribute = 5
    text_attribute = "string"

    relevance = "testing"
    """attribute docstring"""