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

2 statements  

« prev     ^ index     » next       coverage.py v7.15.2, created at 2026-09-03 01:05 +0000

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

2 

3__version__ = "0.107.1" 

4 

5__all__ = [ 

6 "__version__", 

7]