Coverage for merco/plugins/builtin/web/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.15.0, created at 2026-07-07 14:04 +0800

1"""Web built-in plugin.""" 

2 

3from .plugin import WebPlugin 

4 

5__all__ = ["WebPlugin"]