vdirsyncer/vdirsyncer/__main__.py
2017-02-08 13:48:03 +01:00

3 lines
72 B
Python

if __name__ == '__main__':
from vdirsyncer.cli import app
app()