Coverage for  / home / runner / work / bijux-cli / bijux-cli / src / bijux_cli / api / __init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.2, created at 2026-01-26 17:59 +0000

1# SPDX-License-Identifier: Apache-2.0 

2# Copyright © 2025 Bijan Mousavi 

3 

4"""Public API surface for programmatic and HTTP usage.""" 

5 

6from __future__ import annotations 

7 

8from bijux_cli.api.facade import BijuxAPI 

9 

10__all__ = ["BijuxAPI"]