Skip to content

Commit 3926b07

Browse files
author
Kenneth Reitz
committed
ASCII ART!
_ , /) /) ' ) _ _/_ (/ (/_ -( (_/__(_ (__ / )_(_(_/_) (__ ) .-/ (_/
1 parent 029870b commit 3926b07

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

github3/__init__.py

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# -*- coding: utf-8 -*-
2+
3+
# I8 ,dPYb, ,dPYb,
4+
# I8 IP'`Yb IP'`Yb
5+
# gg 88888888 I8 8I I8 8I
6+
# "" I8 I8 8' I8 8'
7+
# ,gggg,gg gg I8 I8 dPgg, gg gg I8 dP
8+
# dP" "Y8I 88 I8 I8dP" "8I I8 8I I8dP 88gg
9+
# i8' ,8I 88 ,I8, I8P I8 I8, ,8I I8P 8I
10+
# ,d8, ,d8I _,88,_ ,d88b, ,d8 I8,,d8b, ,d8b,,d8b, ,8I
11+
# P"Y8888P"8888P""Y8 8P""Y8 88P `Y88P'"Y88P"`Y88P'"Y88P"'
12+
# ,d8I'
13+
# ,dP'8I
14+
# ,8" 8I
15+
# I8 8I
16+
# `8, ,8I
17+
# `Y8P"
18+
19+
20+
"""
21+
github3
22+
~~~~~~~
23+
24+
:copyright: (c) 2011 by Kenneth Reitz.
25+
:license: MIT, see LICENSE for more details.
26+
"""
27+
28+
# Meta.
29+
30+
__title__ = 'github3'
31+
__author__ = 'Kenneth Reitz'
32+
__copyright__ = 'Copyright 2011 Kenneth Reitz'
33+
__license__ = 'MIT'
34+
35+
__version__ = '0.0.1'
36+
37+
# Module namespace.
38+
39+
from .core import from_pass

0 commit comments

Comments
 (0)