""" github3.issues ============== This module contains the classes related to issues. """ from json import dumps from re import match from github3.models import GitHubCore, BaseComment from github3.users import User from github3.decorators import requires_auth class Label(GitHubCore): """The :class:`Label