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

# pyflyby/autopython

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

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

exec python3 -m pyflyby "$@"
