Coverage for /usr/local/lib/python3.12/site-packages/prefect/blocks/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.10.6, created at 2025-12-05 11:21 +0000

1# ensure core blocks are registered 

2 

3import prefect.blocks.notifications as notifications 1a

4import prefect.blocks.system as system 1a

5import prefect.blocks.webhook as webhook 1a

6 

7__all__ = ["notifications", "system", "webhook"] 1a