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

5 statements  

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

1from dotbot.plugins.clean import Clean 

2from dotbot.plugins.create import Create 

3from dotbot.plugins.link import Link 

4from dotbot.plugins.shell import Shell 

5 

6__all__ = ["Clean", "Create", "Link", "Shell"]