File size: 307 Bytes
8065faa | 1 2 3 4 5 6 7 | """Standalone scripts: dataset statistics, rank analysis, and rendering.
A real package rather than a namespace package on purpose. ``scripts`` is a
name that exists on PyPI, and a regular package installed in site-packages
wins over a namespace portion no matter where the repo root sits on sys.path.
"""
|