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

2 statements  

« prev     ^ index     » next       coverage.py v7.14.0, created at 2026-05-11 05:19 +0000

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

2 

3from .things import Grid 

4 

5__all__ = ["Grid"]