#!/usr/bin/python

import sys
import os

from titan.titanshell import main

if __name__ == "__main__":
    sys.exit(main())
