1 2 3 4 5 6 7
"""Module entry point for bibsync.""" from __future__ import annotations from . import main raise SystemExit(main())