aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/resources/users/emails.py
blob: 18d520cae255571f2b8237bb986a550b57e07088 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
# -*- encoding: utf-8 -*-

from . import Resource
#from pygithub3.models.


class List(Resource):
    pass