#!/opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10
import sys
from ly.server.main import main
sys.exit(main())
