#!/usr/bin/python3

import sys

from auto_cpufreq.bin.auto_cpufreq_gtk import main


if __name__ == "__main__":
    sys.exit(main())
