Files
gistapi.py/gistapi/__init__.py
T
2010-05-16 15:43:04 -04:00

8 lines
131 B
Python

# encoding: utf-8
from gistapi import *
__author__ = 'Kenneth Reitz'
__version__ = '.'.join(('0', '1', '2'))
__license__ = 'MIT'