1# Licensed under a 3-clause BSD style license - see LICENSE.rst
2"""
3This subpackage contains implementations of command-line scripts that are
4included with Astropy.
5
6The actual scripts that are installed in bin/ are simple wrappers for these
7modules that will run in any Python version.
8"""
9