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

2 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-14 22:12 +0000

1"""augint-shell (ai-shell) - Launch AI coding tools and local LLMs in Docker containers.""" 

2 

3__version__ = "0.70.0" 

4 

5__all__ = [ 

6 "__version__", 

7]