Coverage for apio/scons/SConstruct: 100%
2 statements
« prev ^ index » next coverage.py v7.14.3, created at 2026-06-24 03:51 +0000
« prev ^ index » next coverage.py v7.14.3, created at 2026-06-24 03:51 +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()