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

4 statements  

« prev     ^ index     » next       coverage.py v7.12.0, created at 2025-11-29 10:55 -0800

1from dotbot.__about__ import __version__ 

2from dotbot.cli import main 

3from dotbot.plugin import Plugin 

4 

5__all__ = ["Plugin", "__version__", "main"]