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

5 lines
82 B
Python

"""CLI module for click commands."""
from .commands import cli
__all__ = ["cli"]