with Ada.Text_IO;

package Coordinate_Transformations.Angle_In_Degrees_Text_IO is
  new Ada.Text_IO.Fixed_IO (Angle_In_Degrees);

