Coverage for apio / scons / SConstruct: 100%
2 statements
« prev ^ index » next coverage.py v7.13.0, created at 2025-12-24 01:53 +0000
« prev ^ index » next coverage.py v7.13.0, created at 2025-12-24 01:53 +0000
1"""Apio's scons handler entry point."""
3# -*- coding: utf-8 -*-
4# -- This file is part of the Apio project
5# -- (C) 2016-2024 FPGAwars
6# -- Authors Juan Gonzáles, Jesús Arroyo
7# -- License GPLv2
9from apio.scons.scons_handler import SconsHandler
11SconsHandler.start()