#!/usr/bin/env python3
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT

import pyuefivars


if __name__ == '__main__':
    pyuefivars.main()
