rana-cli/wakatime/__init__.py
2015-03-09 14:57:41 -07:00

14 lines
240 B
Python

# -*- coding: utf-8 -*-
"""
wakatime
~~~~~~~~
Common interface to the WakaTime api.
http://wakatime.com
:copyright: (c) 2013 Alan Hamlett.
:license: BSD, see LICENSE for more details.
"""
__all__ = ['base.main']