#!/usr/local/bin/python3.9
import sys
from ly.server.main import main
sys.exit(main())
