diff --git a/2022/sketch_2022_02_06py5/sketch_2022_02_06py5.py b/2022/sketch_2022_02_06py5/sketch_2022_02_06py5.py index f646937b..1dd57c3d 100644 --- a/2022/sketch_2022_02_06py5/sketch_2022_02_06py5.py +++ b/2022/sketch_2022_02_06py5/sketch_2022_02_06py5.py @@ -140,4 +140,3 @@ def is_ball(obj): return isinstance(obj, pymunk.shapes.Circle) def is_box(obj): return isinstance(obj, pymunk.shapes.Poly) py5.run_sketch() -g \ No newline at end of file