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

2 statements  

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

1"""Deploy CLI package entry. 

2 

3Exports the public CLI commands and a minimal set of compatibility shims. 

4""" 

5 

6from ._commands import deploy, init # noqa: F401 1a

7 

8__all__ = ["deploy", "init"] 1a