import os def reboot_system(): os.system('echo TEST REBOOT') def shutdown_system(): os.system('echo TEST SHUTDOWN')