#!/usr/bin/env python from arista import platforms from arista.utils.sonic_reboot import reboot def main(): # reboot the system reboot() if __name__ == "__main__": main()