#!/usr/bin/env python
import sys
import hiplot as hip

if __name__ == '__main__':
    sys.exit(hip.run_server_main())
