This is the initial release of the `2d-utils` module. Currently implemented features are:
* `Coordinate2D` - A custom 2D coordinate representation based on the built-in `tuple` class, but with extended functionality. * `Circumcenter` - A class for calculating the circumcenter and circumradius of three coordinates.