#!/usr/bin/env julia
# A very thin wrapper to start a Persephone simulation.
# (This is not included in persephone.jl in order to enable the latter to
# be used as a library, without automatically launching a simulation.)

using Pkg
Pkg.activate(".")
using Persephone

@time simulate()