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

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2024 FPGAwars
# -- Authors Juan Gonzáles, Jesús Arroyo
# -- License GPLv2

from apio.scons.scons_handler import SconsHandler

SconsHandler.start()
