Coverage for / home / runner / work / viur-core / viur-core / viur / src / viur / core / render / __init__.py: 0%
5 statements
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-24 12:24 +0000
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-24 12:24 +0000
1from . import html
2from . import json
3from . import vi
4from . import vi as admin # VIUR3 deprecation... vi and admin are the same now.
6__all__ = ["admin", "html", "json", "vi"]