aboutsummaryrefslogtreecommitdiffstats
path: root/github3/core.py
blob: 65b6ca0672776e9d5af2216bd17957dee774c1e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-

"""
github3.core
~~~~~~~~~~~~

This module contains the core GitHub 3 interface.

"""


class GitHub(object):
    pass

    def __init__(self):
        pass