
All checks were successful
continuous-integration/drone/pr Build is passing
its faster, and has some nicer features
8 lines
173 B
Python
8 lines
173 B
Python
# SPDX-FileCopyrightText: Free Software Foundation Europe e.V. <https://fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
from .build import main
|
|
|
|
__all__ = ["main"]
|