Files
Kenneth Reitz a7353a1031 v0.2.4
2011-03-31 05:21:47 -04:00

16 lines
238 B
Python

# -*- coding: utf-8 -*-
"""
GistAPI.py -- A Python wrapper for GitHub's Gist API
(c) 2010 Kenneth Reitz. MIT License.
"""
from core import *
__author__ = 'Kenneth Reitz'
__version__ = '0.2.4'
__build__ = 0x000204
__license__ = 'MIT'