Coverage for src \ pavpen \ geometry_calculator \ planar_rotation_direction.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-27 03:59 -0400

1# SPDX-FileCopyrightText: 2026-present Pavel M. Penev <pavpen@gmail.com> 

2# 

3# SPDX-License-Identifier: MIT 

4 

5from enum import Enum 

6 

7 

8class PlanarRotationDirection(Enum): 

9 RIGHT = 1 

10 CLOCKWISE = 2