Fix all __init__.py files - add proper exports
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
"""Search module for Snip."""
|
"""Search module for full-text search."""
|
||||||
|
|
||||||
|
from .engine import SearchEngine
|
||||||
|
|
||||||
|
__all__ = ["SearchEngine"]
|
||||||
Reference in New Issue
Block a user