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

2 statements  

« prev     ^ index     » next       coverage.py v7.13.4, created at 2026-03-05 05:37 +0000

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

2 

3from .things import Grid 

4 

5__all__ = ["Grid"]