'''
Created on Dec 2, 2013

@author: rcd
'''
import turtle
import Art


myWin = turtle.Screen()
Art.drawEverything(5)
myWin.exitonclick()
