vim-rana-local/packages/wakatime/__init__.py

18 lines
263 B
Python
Raw Normal View History

2015-03-09 22:27:37 +00:00
# -*- 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__ = ['main']
2015-09-02 15:40:11 +00:00
from .main import execute