mirror of
https://github.com/kennethreitz/gistapi.py.git
synced 2026-06-05 23:10:17 +00:00
8 lines
131 B
Python
8 lines
131 B
Python
# encoding: utf-8
|
|
|
|
from gistapi import *
|
|
|
|
__author__ = 'Kenneth Reitz'
|
|
__version__ = '.'.join(('0', '1', '3'))
|
|
__license__ = 'MIT'
|