- Fix circular import exceptions in .py files, by using `TYPE_CHECKING` constant from `typing` module.
0.1.0beta
- New methods have been added in `Point` and `Line` classes. `Point` class: `are_coincident()` method. `Line` class: `are_coincident()` and `are_concurrent()` methods.