#!/usr/bin/env python3 """ PyInstaller Entry Point """ from opencore_legacy_patcher import main if __name__ == '__main__': main()