Coverage for src/shephex/cli/slurm/__init__.py: 100%
6 statements
« prev ^ index » next coverage.py v7.6.1, created at 2025-06-20 14:13 +0200
« prev ^ index » next coverage.py v7.6.1, created at 2025-06-20 14:13 +0200
1from .add_info import add_info
2from .cancel import cancel
3from .open import open_slurm
4from .profile import profile
5from .slurm import slurm
7__all__ = ['add_info', 'cancel', 'open_slurm', 'profile', 'slurm']