module FractalExplorer export renderfractal, mandelbrot, julia include("fractal.jl") include("renderer.jl") end