Coverage for src / kemi / operations / __init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-06-05 15:47 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-06-05 15:47 +0000
1"""Internal package: extracted operations from the monolithic core.py.
3Each module here contains free functions that the :class:`kemi.Memory` class
4delegates to. The split is purely organisational — the public API is
5unchanged.
6"""
8from kemi.operations._query_cache import _QueryCache
10__all__ = ["_QueryCache"]