"""Entry for ``python -m cloud_sync`` and the zipapp build.""" from __future__ import annotations import sys from .cli import main if __name__ == "__main__": sys.exit(main())