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

import ProcLauncher # pylint: disable=import-self
ProcLauncher.main() # pylint: disable=c-extension-no-member
