#!/usr/bin/env python3 """Command-line entry point for the local EQL spell-data index.""" from eql_spells import main if __name__ == "__main__": raise SystemExit(main())