diff options
Diffstat (limited to 'github3/models/base.py')
-rw-r--r-- | github3/models/base.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/github3/models/base.py b/github3/models/base.py index bd07650..5295d07 100644 --- a/github3/models/base.py +++ b/github3/models/base.py @@ -1,9 +1,5 @@ -""" -github3.models -~~~~~~~~~~~~~~ - -This package provides the Github3 object model. -""" +#!/usr/bin/env python +# -*- encoding: utf-8 -*- class BaseResource(object): """A BaseResource object.""" |