Coverage for src/chuck_data/chuck_data/__init__.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.8.0, created at 2025-06-05 22:56 -0700

1""" 

2Chuck Data package initialization. 

3""" 

4 

5# Import and register all commands from the modular command system 

6from ..commands import register_all_commands 

7 

8register_all_commands()