Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
prefect / blocks / __init__.py
Size: Mime:
# ensure core blocks are registered

import prefect.blocks.notifications
import prefect.blocks.system
import prefect.blocks.webhook

__all__ = ["notifications", "system", "webhook"]