#!python
import sys
# Provided by this package
# this doesnt work with sudo
import cpu_power

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