#!/usr/bin/env python
from sys import exit as sys_exit

from caesium import start_prompt

sys_exit(start_prompt())
