Coverage for aipyapp/plugins/p_style_null.py: 0%
7 statements
« prev ^ index » next coverage.py v7.10.3, created at 2025-08-11 12:02 +0200
« prev ^ index » next coverage.py v7.10.3, created at 2025-08-11 12:02 +0200
1from aipyapp.display import DisplayPlugin
3class DisplayNull(DisplayPlugin):
4 """Null display style"""
5 name = "null"
6 version = "1.0.0"
7 description = "Null display style"
8 author = "AiPy Team"
9 pass