mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-11 11:46:02 +00:00
3 lines
72 B
Python
3 lines
72 B
Python
if __name__ == '__main__':
|
|
from vdirsyncer.cli import app
|
|
app()
|