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 f5db1ab489
commit b120b21f98

View File

@@ -1 +1,5 @@
"""Export module for Snip."""
"""Export module for import/export functionality."""
from .handlers import ExportHandler
__all__ = ["ExportHandler"]