Coverage for apio / scons / SConstruct: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2025-12-24 01:53 +0000

1"""Apio's scons handler entry point.""" 

2 

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 

8 

9from apio.scons.scons_handler import SconsHandler 

10 

11SconsHandler.start()