#!/usr/bin/env -S bash -e

# pyflyby/create-imports

# License for THIS FILE ONLY: CC0 Public Domain Dedication
# http://creativecommons.org/publicdomain/zero/1.0/

# Deprecated old name for collect-exports.
# 'collect-exports' is now a console_scripts entry point (see pyproject.toml),
# so there is no longer a bin/collect-exports to exec; run the package module
# instead.

exec python3 -m pyflyby._collect_exports "$@"
