1#!/usr/bin/env python3
2#
3# Copyright (c) 2010-2025 Antmicro
4#
5# This file is licensed under the MIT License.
6# Full license text is available in 'licenses/MIT.txt'.
7#
8
9from execution_tracer.execution_tracer_reader import main
10
11if __name__ == "__main__":
12    main()
13