#!/usr/bin/env python
# Copyright (c) 2019 Arista Networks, Inc.  All rights reserved.
# Arista Networks, Inc. Confidential and Proprietary.

from Snapshot import doSnapshot

if __name__ == '__main__':
   doSnapshot( 'rip' )
