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

2 statements  

« prev     ^ index     » next       coverage.py v7.14.3, created at 2026-07-13 23:19 +0000

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

2 

3__version__ = "0.105.1" 

4 

5__all__ = [ 

6 "__version__", 

7]