#!/usr/bin/python

import sys
import os

from titamu.titamushell import main

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