#!/usr/bin/python3

import sys
from egitu.egitu import main

sys.exit(main())
