byceps/byceps

View on GitHub
byceps/blueprints/site/board/blueprint.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
"""
byceps.blueprints.site.board.blueprint
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

:Copyright: 2014-2024 Jochen Kupperschmidt
:License: Revised BSD (see `LICENSE` file for details)
"""

from byceps.util.framework.blueprint import create_blueprint


blueprint = create_blueprint('board', __name__)