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

3 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2024-04-30 09:42 +0000

1"""Commands for somesy.""" 

2from .init_config import init_config 

3from .sync import sync 

4 

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