#!/opt/concourse/worker/volumes/live/5ae5c811-00a3-42b8-4ced-59eabd94ba4d/volume/astropy_1617383443048/_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())
