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:33 +00:00
parent deae018c07
commit 8008addd9c

View File

@@ -1 +1,5 @@
"""CLI module for Snip.""" """CLI module for click commands."""
from .commands import cli
__all__ = ["cli"]