X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/d5f58e6e509a562e021442f011ec6277a4a75561..098660ce6ca34597e97f074b3af48f64dcf3ea03:/twitter/__init__.py diff --git a/twitter/__init__.py b/twitter/__init__.py index 77bc02b..fdc8e3a 100644 --- a/twitter/__init__.py +++ b/twitter/__init__.py @@ -1,7 +1,12 @@ """ The minimalist yet fully featured Twitter API and Python toolset. -For building your own applications, look at the `Twitter` class. +The Twitter class is the key to building your own Twitter-enabled +applications. Get help on it like this:: + + help(twitter.Twitter) + + """ from .api import Twitter, TwitterError, TwitterHTTPError, TwitterResponse