electricalgorithm / QualityConrolMirrorProduction

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
2 years ago2 years old
One-line docstring should fit on one line with quotes
  5
  6
  7class AngleDetection:
  8    """  9    This class helps you to find angles in an image.
 10    """
 11