Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiaMarcucci authored Oct 8, 2024
1 parent 768c351 commit 82de93a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pybezier/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
from .bezier_curve import BezierCurve
from .composite_bezier_curve import CompositeBezierCurve
from .composite_bezier_curve import CompositeBezierCurve

__version__ = "0.1.0"
__author__ = "Tobia Marcucci"

0 comments on commit 82de93a

Please sign in to comment.