blob: 5424e2a68ae81799b3f71c51cf26be3c6a0d311b [file] [log] [blame]
#!/usr/bin/env python3
# Copyright(c) 2022 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
import asyncio
import cavstool
if __name__ == "__main__":
try:
asyncio.run(cavstool.main())
except KeyboardInterrupt:
start_output = False