Coverage for src/dummypy/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.10.3, created at 2025-09-28 16:04 +0000

1"""DummyPy Analytics Library - A demonstration package for data analytics.""" 

2 

3from .things import Grid 

4 

5__all__ = ["Grid"]