#!/opt/concourse/worker/volumes/live/ee610be9-23c1-4982-5c7c-e61c0fed5fe1/volume/astropy_1607713228593/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from astropy.table.scripts.showtable import main
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main())
