#!/usr/bin/env python
import cProfile

cProfile.run("main()", sort="cumtime")
