Skip to content

Commit

Permalink
Feat: include my art to the main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Terieyenike committed Oct 23, 2023
1 parent 67fc8a6 commit 9c975ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drawfunctions/teri_eyenike.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ def draw_shape():
left(10)

hideturtle()

draw_shape()
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from turtle import exitonclick
from drawfunctions import dominic_duffin, david_akim, satoshi_s
from drawfunctions import dominic_duffin, david_akim, satoshi_s, teri_eyenike

dominic_duffin.christmas_tree()
david_akim.star()
satoshi_s.base()
teri_eyenike.draw_shape()

exitonclick()
exitonclick()

0 comments on commit 9c975ee

Please sign in to comment.