#!/usr/bin/env bash
# Entry point for the Big Hardware Info GTK4 application.
# Runs the installed Python package as a module so Python can locate it
# via the normal site-packages mechanism, without hard-coding Python
# versions or re-executing the package's __init__.py as a script.

exec python3 -m big_hardware_info "$@"
