#!/usr/bin/env python

from sys import exit as sys_exit
from caesium import main

sys_exit(main())
