#!python
from __future__ import print_function
from execution_trace.viewer.viewer import main

if __name__ == '__main__':
    print("Starting UI web server, please open the URL listed below.")
    main()
