#!/usr/bin/env python
import sys
from brilws.cli import brilcalc_main
sys.exit(brilcalc_main())
