# Learn how to use Easy Draw!
# https://easy-draw.joemazzone.net/python/module-reference
import easy_draw # Import the module to use it
easy_draw.load_canvas() # Always start your program with this
# --- Your main program below here ---
# --- Your main program ends here ---
easy_draw.end() # Always end your program with this