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