Fix all __init__.py files - add proper exports
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-22 11:41:34 +00:00
parent b120b21f98
commit 9ad1ab047b

View File

@@ -1 +1,5 @@
"""Search module for Snip."""
"""Search module for full-text search."""
from .engine import SearchEngine
__all__ = ["SearchEngine"]