Skip to content

Commit f2203e1

Browse files
Add Drawable class to the drawing init
1 parent 93aeb8b commit f2203e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

norfair/drawing/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
from .color import Color, ColorType, Palette
44
from .draw_boxes import draw_boxes, draw_tracked_boxes
55
from .draw_points import draw_points, draw_tracked_objects
6+
from .drawer import Drawable
67
from .fixed_camera import FixedCamera
78
from .path import AbsolutePaths, Paths

0 commit comments

Comments
 (0)