add docstring

security-update
Andrew Port 2021-09-21 02:40:35 -07:00
parent d86c63214b
commit a2b62fc011
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ from svgpathtools.path import bpoints2bezier
class HigherOrderBezier:
"""To help test Bezier curves of arbitrary degree"""
def __init__(self, bpoints):
self.bpts = bpoints