class Velocity(Vector):
    """Atomic velocities"""

    def __init__(self, arg='xyz', **kwarg):
        Vector.__init__(self, arg)