class TermGroupScope:
    """Specifies the values different group types can take within the termStore."""

    global_ = 0

    system = 1

    siteCollection = 2

    unknownFutureValue = 3
