#!/usr/local/mse_cierge/bin/python
import sys
from tbox.mse.portal_watchmon import main

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