Coverage for src / gh_secrets_and_vars_async / __init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-16 17:56 +0000

1from gh_secrets_and_vars_async.push import perform_update 

2from gh_secrets_and_vars_async.push import push_command as cli 

3 

4__all__ = ["cli", "perform_update"]