#!/usr/bin/python3

import sys

from epymc.main import start_epymc

sys.exit(start_epymc())
