Files
snippet-manager/snip/search/__init__.py
7000pctAUTO 9ad1ab047b
Some checks failed
CI / test (push) Has been cancelled
Fix all __init__.py files - add proper exports
2026-03-22 11:41:34 +00:00

5 lines
103 B
Python

"""Search module for full-text search."""
from .engine import SearchEngine
__all__ = ["SearchEngine"]