#!/usr/bin/env python
import sys
from ly.server.main import main
sys.exit(main())
