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

2 statements  

« prev     ^ index     » next       coverage.py v7.14.1, created at 2026-06-05 22:06 +0000

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

2 

3__version__ = "0.102.1" 

4 

5__all__ = [ 

6 "__version__", 

7]