You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitter/bitter/__init__.py

8 lines
191 B
Python

"""
Bitter module. A library and cli for Twitter using python-twitter.
http://github.com/balkian/bitter
"""
__version__ = '0.4.1'
__all__ = ['cli', 'config', 'crawlers', 'models', 'utils' ]