Spaces:
Running
Running
| #!/usr/bin/env python3 | |
| """Build the official-source retrieval database used by the API.""" | |
| from __future__ import annotations | |
| from source_retrieval import main | |
| if __name__ == "__main__": | |
| raise SystemExit(main()) | |