Coverage for src/somesy/commands/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.0, created at 2024-07-29 07:42 +0000

1"""Commands for somesy.""" 

2 

3from .init_config import init_config 

4from .sync import sync 

5 

6__all__ = ["sync", "init_config"]