mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
12 lines
268 B
Python
12 lines
268 B
Python
# -*- coding: utf-8 -*-
|
|
'''
|
|
vdirsyncer
|
|
~~~~~~~~~~
|
|
|
|
vdirsyncer is a syncronization tool for vdir. See the README for more
|
|
details.
|
|
|
|
:copyright: (c) 2014 Markus Unterwaditzer
|
|
:license: MIT, see LICENSE for more details.
|
|
'''
|
|
__version__ = '0.1.0'
|