rana-cli/wakatime/__init__.py

18 lines
263 B
Python
Raw Normal View History

2013-07-06 07:51:09 +00:00
# -*- coding: utf-8 -*-
"""
wakatime
~~~~~~~~
2013-12-20 15:36:32 +00:00
Common interface to the WakaTime api.
http://wakatime.com
2013-07-06 07:51:09 +00:00
:copyright: (c) 2013 Alan Hamlett.
:license: BSD, see LICENSE for more details.
"""
__all__ = ['main']
from .main import execute