Files
eqclient-conf/scripts/eql-spells
T

9 lines
177 B
Python
Executable File

#!/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())