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 13:38 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 13:38 +0000
1# ensure core blocks are registered
3import prefect.blocks.notifications as notifications 1a
4import prefect.blocks.system as system 1a
5import prefect.blocks.webhook as webhook 1a
7__all__ = ["notifications", "system", "webhook"] 1a