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

from AsuPStore import maybeConvertPstoreFileFormat

if __name__ == '__main__':
   maybeConvertPstoreFileFormat()
